Home
last modified time | relevance | path

Searched refs:BUTTON_DOWN (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/
H A Djs_mouse_event.cpp31 BUTTON_DOWN = 2, member in OHOS::MMI::__anon11310::Action
89 DECLARE_NAPI_STATIC_PROPERTY("BUTTON_DOWN", GetNapiInt32(env, static_cast<int32_t>(Action::BUTTON_DOWN))), in HandleActionPropertyArr()
/foundation/multimodalinput/input/frameworks/napi/joystick_event/include/
H A Djs_joystick_event.h29 BUTTON_DOWN = 1, member in OHOS::MMI::final::Action
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dpointer_event.h41 BUTTON_DOWN = 8, member in OHOS::OHOS::Ace::KeyCode
/foundation/multimodalinput/input/frameworks/napi/joystick_event/src/
H A Djs_joystick_event.cpp92 DECLARE_NAPI_STATIC_PROPERTY("BUTTON_DOWN", GetNapiInt32(env, static_cast<int32_t>(Action::BUTTON_DOWN))), in Export()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp46 constexpr int32_t BUTTON_DOWN { 2 };
947 return std::make_optional(static_cast<int32_t>(JsJoystickEvent::Action::BUTTON_DOWN)); in GetJoystickAction()
1237 return BUTTON_DOWN; in TransformTsActionValue()
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H A Djs_register_module.cpp573 case static_cast<int32_t>(JsJoystickEvent::Action::BUTTON_DOWN): { in HandleJoystickAction()

Completed in 7 milliseconds