Searched refs:TransformKeyPressEvent (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | processing_pad_device.cpp | 45 TransformKeyPressEvent(item, inputEventArray); in TransformPadEventToInputEvent() 73 void ProcessingPadDevice::TransformKeyPressEvent(const PadEvent& padEvent, InputEventArray& inputEv… in TransformKeyPressEvent() function in OHOS::MMI::ProcessingPadDevice
|
H A D | processing_keyboard_device.cpp | 50 TransformKeyPressEvent(item, inputEventArray); in TransformKeyBoardEventToInputEvent() 78 void ProcessingKeyboardDevice::TransformKeyPressEvent(const KeyBoardEvent& keyBoardEvent, in TransformKeyPressEvent() function in OHOS::MMI::ProcessingKeyboardDevice
|
H A D | processing_mouse_device.cpp | 45 TransformKeyPressEvent(item, inputEventArray); in TransformMouseEventToInputEvent() 80 void ProcessingMouseDevice::TransformKeyPressEvent(const MouseEvent& mouseEvent, in TransformKeyPressEvent() function in OHOS::MMI::ProcessingMouseDevice
|
H A D | processing_joystick_device.cpp | 55 TransformKeyPressEvent(item, inputEventArray); in TransformPadEventToInputEvent() 72 void ProcessingJoystickDevice::TransformKeyPressEvent(const DeviceEvent& joystickEvent, in TransformKeyPressEvent() function in OHOS::MMI::ProcessingJoystickDevice
|
H A D | processing_game_pad_device.cpp | 49 TransformKeyPressEvent(item, inputEventArray); in TransformPadEventToInputEvent() 66 void ProcessingGamePadDevice::TransformKeyPressEvent(const DeviceEvent& padEvent, InputEventArray& … in TransformKeyPressEvent() function in OHOS::MMI::ProcessingGamePadDevice
|
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/include/ |
H A D | processing_game_pad_device.h | 33 void TransformKeyPressEvent(const DeviceEvent& padEvent, InputEventArray& inputEventArray);
|
H A D | processing_joystick_device.h | 33 void TransformKeyPressEvent(const DeviceEvent& joystickEvent, InputEventArray& inputEventArray);
|
H A D | processing_keyboard_device.h | 39 … void TransformKeyPressEvent(const KeyBoardEvent& keyBoardEvent, InputEventArray& inputEventArray);
|
H A D | processing_pad_device.h | 39 void TransformKeyPressEvent(const PadEvent& padEvent, InputEventArray& inputEventArray);
|
H A D | processing_mouse_device.h | 43 void TransformKeyPressEvent(const MouseEvent& mouseEvent, InputEventArray& inputEventArray);
|