Home
last modified time | relevance | path

Searched refs:MOUSE_BUTTON_MIDDLE (Results 1 - 13 of 13) sorted by relevance

/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_device_state.h51 { LIBINPUT_MIDDLE_BUTTON_CODE, PointerEvent::MOUSE_BUTTON_MIDDLE },
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h119 static constexpr int32_t MOUSE_BUTTON_MIDDLE = 2; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h124 MOUSE_BUTTON_MIDDLE = 1, enumerator
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_inject_test.cpp712 pointerEvent->SetButtonId(PointerEvent::MOUSE_BUTTON_MIDDLE); in HWTEST_F()
713 pointerEvent->SetButtonPressed(PointerEvent::MOUSE_BUTTON_MIDDLE); in HWTEST_F()
868 pointerEvent->SetButtonPressed(PointerEvent::MOUSE_BUTTON_MIDDLE); in HWTEST_F()
899 pointerEvent->SetButtonId(PointerEvent::MOUSE_BUTTON_MIDDLE); in HWTEST_F()
H A Dpointer_event_test.cpp120 pointerEvent1->SetButtonPressed(PointerEvent::MOUSE_BUTTON_MIDDLE); in HWTEST_F()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h402 static constexpr int32_t MOUSE_BUTTON_MIDDLE = 2; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp378 case MOUSE_BUTTON_MIDDLE: { in HandleMouseButton()
379 button = OHOS::MMI::PointerEvent::MOUSE_BUTTON_MIDDLE; in HandleMouseButton()
1142 case OHOS::MMI::PointerEvent::MOUSE_BUTTON_MIDDLE: in SetMouseEventButton()
1143 mouseEvent->button = MOUSE_BUTTON_MIDDLE; in SetMouseEventButton()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp293 case OHOS::MMI::PointerEvent::MOUSE_BUTTON_MIDDLE: in GetMouseEventButton()
342 if (pressedSet.find(OHOS::MMI::PointerEvent::MOUSE_BUTTON_MIDDLE) != pressedSet.end()) { in ConvertMouseEvent()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp1131 if (item != MOUSE_BUTTON_LEFT && item != MOUSE_BUTTON_RIGHT && item != MOUSE_BUTTON_MIDDLE) { in IsValidCheckMouseFunc()
1149 if (buttonId != MOUSE_BUTTON_LEFT && buttonId != MOUSE_BUTTON_RIGHT && buttonId != MOUSE_BUTTON_MIDDLE) { in IsValidCheckMouseFunc()
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H A Djs_register_module.cpp268 button = PointerEvent::MOUSE_BUTTON_MIDDLE; in HandleMouseButton()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp891 if (buttonId == PointerEvent::MOUSE_BUTTON_MIDDLE) { in SetMouseProperty()
1131 if (buttonId == PointerEvent::MOUSE_BUTTON_MIDDLE) { in GetPressedButtons()
/foundation/multimodalinput/input/frameworks/native/input/test/
H A Doh_input_manager_test.cpp157 inputMouseEvent.button = MOUSE_BUTTON_MIDDLE; in HWTEST_F()
/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp674 OH_Input_SetMouseEventButton(mouseEvent, MOUSE_BUTTON_MIDDLE); in HWTEST_F()

Completed in 33 milliseconds