Home
last modified time | relevance | path

Searched refs:TransformKeyPressEvent (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_pad_device.cpp45 TransformKeyPressEvent(item, inputEventArray); in TransformPadEventToInputEvent()
73 void ProcessingPadDevice::TransformKeyPressEvent(const PadEvent& padEvent, InputEventArray& inputEv… in TransformKeyPressEvent() function in OHOS::MMI::ProcessingPadDevice
H A Dprocessing_keyboard_device.cpp50 TransformKeyPressEvent(item, inputEventArray); in TransformKeyBoardEventToInputEvent()
78 void ProcessingKeyboardDevice::TransformKeyPressEvent(const KeyBoardEvent& keyBoardEvent, in TransformKeyPressEvent() function in OHOS::MMI::ProcessingKeyboardDevice
H A Dprocessing_mouse_device.cpp45 TransformKeyPressEvent(item, inputEventArray); in TransformMouseEventToInputEvent()
80 void ProcessingMouseDevice::TransformKeyPressEvent(const MouseEvent& mouseEvent, in TransformKeyPressEvent() function in OHOS::MMI::ProcessingMouseDevice
H A Dprocessing_joystick_device.cpp55 TransformKeyPressEvent(item, inputEventArray); in TransformPadEventToInputEvent()
72 void ProcessingJoystickDevice::TransformKeyPressEvent(const DeviceEvent& joystickEvent, in TransformKeyPressEvent() function in OHOS::MMI::ProcessingJoystickDevice
H A Dprocessing_game_pad_device.cpp49 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 Dprocessing_game_pad_device.h33 void TransformKeyPressEvent(const DeviceEvent& padEvent, InputEventArray& inputEventArray);
H A Dprocessing_joystick_device.h33 void TransformKeyPressEvent(const DeviceEvent& joystickEvent, InputEventArray& inputEventArray);
H A Dprocessing_keyboard_device.h39 … void TransformKeyPressEvent(const KeyBoardEvent& keyBoardEvent, InputEventArray& inputEventArray);
H A Dprocessing_pad_device.h39 void TransformKeyPressEvent(const PadEvent& padEvent, InputEventArray& inputEventArray);
H A Dprocessing_mouse_device.h43 void TransformKeyPressEvent(const MouseEvent& mouseEvent, InputEventArray& inputEventArray);