Home
last modified time | relevance | path

Searched refs:MOUSE_BUTTON_BACK (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_device_state.h55 { LIBINPUT_BACK_BUTTON_CODE, PointerEvent::MOUSE_BUTTON_BACK },
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h123 static constexpr int32_t MOUSE_BUTTON_BACK = 6; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h130 MOUSE_BUTTON_BACK = 4, enumerator
/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp703 OH_Input_SetMouseEventButton(mouseEvent, MOUSE_BUTTON_BACK); in HWTEST_F()
714 OH_Input_SetMouseEventButton(mouseEvent, MOUSE_BUTTON_BACK); in HWTEST_F()
719 OH_Input_SetMouseEventButton(mouseEvent, MOUSE_BUTTON_BACK); in HWTEST_F()
724 OH_Input_SetMouseEventButton(mouseEvent, MOUSE_BUTTON_BACK); in HWTEST_F()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h430 static constexpr int32_t MOUSE_BUTTON_BACK = 6; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp390 case MOUSE_BUTTON_BACK: { in HandleMouseButton()
391 button = OHOS::MMI::PointerEvent::MOUSE_BUTTON_BACK; in HandleMouseButton()
1151 case OHOS::MMI::PointerEvent::MOUSE_BUTTON_BACK: in SetMouseEventButton()
1152 mouseEvent->button = MOUSE_BUTTON_BACK; in SetMouseEventButton()
/foundation/multimodalinput/input/frameworks/native/input/test/
H A Doh_input_manager_test.cpp169 inputMouseEvent.button = MOUSE_BUTTON_BACK; in HWTEST_F()

Completed in 12 milliseconds