Home
last modified time | relevance | path

Searched defs:GetPressedButtons (Results 1 – 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/mouse_event_normalize/src/
Dmouse_device_state.cpp59 void MouseDeviceState::GetPressedButtons(std::vector<int32_t>& pressedButtons) in GetPressedButtons() function in OHOS::MMI::MouseDeviceState
/foundation/arkui/ace_engine/frameworks/core/event/
Dmouse_event.h343 std::vector<MouseButton> GetPressedButtons() in GetPressedButtons() function
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dpointer_event.cpp682 std::set<int32_t> PointerEvent::GetPressedButtons() const in GetPressedButtons() function in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
Djs_input_monitor.cpp945 bool JsInputMonitor::GetPressedButtons(const std::set<int32_t>& pressedButtons, napi_value result) in GetPressedButtons() function in OHOS::MMI::JsInputMonitor