Home
last modified time | relevance | path

Searched refs:MOUSE_AXIS_SCROLL_HORIZONTAL (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h110 MOUSE_AXIS_SCROLL_HORIZONTAL = 1, enumerator
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/test/
H A Doh_input_manager_test.cpp152 inputMouseEvent.axisType = MOUSE_AXIS_SCROLL_HORIZONTAL;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Dinput.md74 …xis](#inputevent_mouseaxis) { MOUSE_AXIS_SCROLL_VERTICAL = 0, MOUSE_AXIS_SCROLL_HORIZONTAL = 1 } |…
879 | MOUSE_AXIS_SCROLL_HORIZONTAL | 水平滚动轴   |
H A Doh__input__manager_8h.md67 …ent_mouseaxis) { [MOUSE_AXIS_SCROLL_VERTICAL](input.md) = 0, [MOUSE_AXIS_SCROLL_HORIZONTAL](input.…
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp712 OH_Input_SetMouseEventAxisType(mouseEvent, MOUSE_AXIS_SCROLL_HORIZONTAL);
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Doh__input__manager_8h.md67 …ent_mouseaxis) { [MOUSE_AXIS_SCROLL_VERTICAL](input.md) = 0, [MOUSE_AXIS_SCROLL_HORIZONTAL](input.…
H A Dinput.md74 …xis](#inputevent_mouseaxis) { MOUSE_AXIS_SCROLL_VERTICAL = 0, MOUSE_AXIS_SCROLL_HORIZONTAL = 1 } |…
879 | MOUSE_AXIS_SCROLL_HORIZONTAL | Horizontal scroll axis.|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp415 if (mouseEvent->axisType == MOUSE_AXIS_SCROLL_HORIZONTAL) { in HandleMouseAction()