Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/
H A Djs_mouse_event.cpp32 BUTTON_UP = 3, member in OHOS::MMI::__anon11310::Action
90 DECLARE_NAPI_STATIC_PROPERTY("BUTTON_UP", GetNapiInt32(env, static_cast<int32_t>(Action::BUTTON_UP))), in HandleActionPropertyArr()
/foundation/multimodalinput/input/frameworks/napi/joystick_event/include/
H A Djs_joystick_event.h30 BUTTON_UP = 2, member in OHOS::MMI::final::Action
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dpointer_event.h42 BUTTON_UP = 9, member in OHOS::OHOS::Ace::KeyCode
/foundation/multimodalinput/input/frameworks/napi/joystick_event/src/
H A Djs_joystick_event.cpp93 DECLARE_NAPI_STATIC_PROPERTY("BUTTON_UP", GetNapiInt32(env, static_cast<int32_t>(Action::BUTTON_UP))), in Export()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp47 constexpr int32_t BUTTON_UP { 3 };
950 return std::make_optional(static_cast<int32_t>(JsJoystickEvent::Action::BUTTON_UP)); in GetJoystickAction()
1241 return BUTTON_UP; in TransformTsActionValue()
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H A Djs_register_module.cpp578 case static_cast<int32_t>(JsJoystickEvent::Action::BUTTON_UP): { in HandleJoystickAction()

Completed in 7 milliseconds