Searched refs:JoystickInfo (Results 1 - 1 of 1) sorted by relevance
/foundation/multimodalinput/input/tools/inject_event/src/ |
H A D | input_manager_command.cpp | 94 struct JoystickInfo { struct 1488 JoystickInfo joyInfo; in ParseCommand() 1489 std::vector<std::pair<int32_t, JoystickInfo>> state; in ParseCommand() 1526 state.push_back(std::pair<int32_t, JoystickInfo>(JOYSTICK_MOVE, joyInfo)); in ParseCommand() 1538 state.push_back(std::pair<int32_t, JoystickInfo>(JOYSTICK_BUTTON_PRESS, joyInfo)); in ParseCommand() 1550 state.push_back(std::pair<int32_t, JoystickInfo>(JOYSTICK_BUTTON_UP, joyInfo)); in ParseCommand() 1562 state.push_back(std::pair<int32_t, JoystickInfo>(JOYSTICK_CLICK, joyInfo)); in ParseCommand() 1570 state.push_back(std::pair<int32_t, JoystickInfo>(JOYSTICK_INTERVAL, joyInfo)); in ParseCommand()
|
Completed in 6 milliseconds