Home
last modified time | relevance | path

Searched refs:MOUSE_BUTTON_RIGHT (Results 1 - 21 of 21) sorted by relevance

/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_device_state.h50 { LIBINPUT_RIGHT_BUTTON_CODE, PointerEvent::MOUSE_BUTTON_RIGHT },
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_mouse_key.cpp272 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_RIGHT, MMI::PointerEvent::POINTER_ACTION_BUTTON_DOWN); in SendMouseClickEvent()
273 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_RIGHT, MMI::PointerEvent::POINTER_ACTION_BUTTON_UP); in SendMouseClickEvent()
276 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_RIGHT, MMI::PointerEvent::POINTER_ACTION_BUTTON_DOWN); in SendMouseClickEvent()
279 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_RIGHT, MMI::PointerEvent::POINTER_ACTION_BUTTON_UP); in SendMouseClickEvent()
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h118 static constexpr int32_t MOUSE_BUTTON_RIGHT = 1; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_inject_test.cpp680 pointerEvent->SetButtonId(PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
681 pointerEvent->SetButtonPressed(PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
774 pointerEvent->SetButtonId(PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
775 pointerEvent->SetButtonPressed(PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
805 pointerEvent->SetButtonId(PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
806 pointerEvent->SetButtonPressed(PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
836 pointerEvent->SetButtonId(PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
837 pointerEvent->SetButtonPressed(PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
H A Dpointer_event_test.cpp119 pointerEvent1->SetButtonPressed(PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_shortcut_manager.h50 static inline constexpr int32_t MOUSE_BUTTON_RIGHT { MOUSE_BUTTON_LEFT + 1 };
/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp329 pointerEvent->SetButtonId(MMI::PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
694 pointerEvent->SetButtonId(MMI::PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
928 pointerEvent->SetButtonId(MMI::PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
939 pointerEvent->SetButtonId(MMI::PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
H A Dsession_test.cpp566 pointerEvent->SetButtonId(MMI::PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h126 MOUSE_BUTTON_RIGHT = 2, enumerator
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_inner_manager_test.cpp183 pointerEvent->buttonId_ = MMI::PointerEvent::MOUSE_BUTTON_RIGHT; in HWTEST_F()
H A Ddrag_controller_test.cpp471 pointerEvent->SetButtonId(MMI::PointerEvent::MOUSE_BUTTON_RIGHT); in HWTEST_F()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h395 static constexpr int32_t MOUSE_BUTTON_RIGHT = 1; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp382 case MOUSE_BUTTON_RIGHT: { in HandleMouseButton()
383 button = OHOS::MMI::PointerEvent::MOUSE_BUTTON_RIGHT; in HandleMouseButton()
1145 case OHOS::MMI::PointerEvent::MOUSE_BUTTON_RIGHT: in SetMouseEventButton()
1146 mouseEvent->button = MOUSE_BUTTON_RIGHT; in SetMouseEventButton()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp290 case OHOS::MMI::PointerEvent::MOUSE_BUTTON_RIGHT: in GetMouseEventButton()
339 if (pressedSet.find(OHOS::MMI::PointerEvent::MOUSE_BUTTON_RIGHT) != pressedSet.end()) { in ConvertMouseEvent()
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp265 buttonId = PointerEvent::MOUSE_BUTTON_RIGHT; in HandleButtonValueInner()
266 } else if (buttonId == PointerEvent::MOUSE_BUTTON_RIGHT) { in HandleButtonValueInner()
/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.cpp271 button = PointerEvent::MOUSE_BUTTON_RIGHT; in HandleMouseButton()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp893 } else if (buttonId == PointerEvent::MOUSE_BUTTON_RIGHT) { in SetMouseProperty()
1133 } else if (buttonId == PointerEvent::MOUSE_BUTTON_RIGHT) { in GetPressedButtons()
/foundation/multimodalinput/input/frameworks/native/input/test/
H A Doh_input_manager_test.cpp161 inputMouseEvent.button = MOUSE_BUTTON_RIGHT; in HWTEST_F()
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js109 Event[Event['MOUSE_BUTTON_RIGHT'] = 7] = 'MOUSE_BUTTON_RIGHT';
2205 if (event === Event.TOUCH_DOWN || event === Event.TOUCH_UP || event === Event.MOUSE_BUTTON_RIGHT) {
2245 case Event.MOUSE_BUTTON_RIGHT:
3885 this.listNodeDataSource.i9(Event.MOUSE_BUTTON_RIGHT,
/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp678 OH_Input_SetMouseEventButton(mouseEvent, MOUSE_BUTTON_RIGHT); in HWTEST_F()

Completed in 50 milliseconds