Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_device_state.h54 { LIBINPUT_FORWARD_BUTTON_CODE, PointerEvent::MOUSE_BUTTON_FORWARD },
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h122 static constexpr int32_t MOUSE_BUTTON_FORWARD = 5; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h128 MOUSE_BUTTON_FORWARD = 3, enumerator
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h423 static constexpr int32_t MOUSE_BUTTON_FORWARD = 5; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp386 case MOUSE_BUTTON_FORWARD: { in HandleMouseButton()
387 button = OHOS::MMI::PointerEvent::MOUSE_BUTTON_FORWARD; in HandleMouseButton()
1148 case OHOS::MMI::PointerEvent::MOUSE_BUTTON_FORWARD: in SetMouseEventButton()
1149 mouseEvent->button = MOUSE_BUTTON_FORWARD; in SetMouseEventButton()
/foundation/multimodalinput/input/frameworks/native/input/test/
H A Doh_input_manager_test.cpp165 inputMouseEvent.button = MOUSE_BUTTON_FORWARD; in HWTEST_F()
/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp682 OH_Input_SetMouseEventButton(mouseEvent, MOUSE_BUTTON_FORWARD); in HWTEST_F()

Completed in 14 milliseconds