Searched refs:_EnqueueInlineInputMethod (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.h47 status_t _EnqueueInlineInputMethod(int32 opcode,
H A DKeyboardInputDevice.cpp476 _EnqueueInlineInputMethod(B_INPUT_METHOD_CHANGED,
478 _EnqueueInlineInputMethod(B_INPUT_METHOD_STOPPED);
484 && _EnqueueInlineInputMethod(B_INPUT_METHOD_STARTED) == B_OK) {
490 if (_EnqueueInlineInputMethod(B_INPUT_METHOD_CHANGED, string)
582 KeyboardDevice::_EnqueueInlineInputMethod(int32 opcode, function in class:KeyboardDevice

Completed in 60 milliseconds