Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h88 MOUSE_ACTION_MOVE = 1, enumerator
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/test/
H A Doh_input_manager_test.cpp151 inputMouseEvent.action = MOUSE_ACTION_MOVE;
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp221 OH_Input_SetMouseEventAction(mouseEvent, MOUSE_ACTION_MOVE);
665 OH_Input_SetMouseEventAction(mouseEvent, MOUSE_ACTION_MOVE);
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp388 case MOUSE_ACTION_MOVE: in HandleMouseAction()
1097 mouseEvent->action = MOUSE_ACTION_MOVE; in SetMouseEventAction()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Dinput.md73 …ventAction](#input_mouseeventaction) {<br/>MOUSE_ACTION_CANCEL = 0, MOUSE_ACTION_MOVE = 1, MOUSE_A…
745 | MOUSE_ACTION_MOVE | 移动鼠标。 |
H A Doh__input__manager_8h.md66 …input_mouseeventaction) {<br/>[MOUSE_ACTION_CANCEL](input.md) = 0, [MOUSE_ACTION_MOVE](input.md) =…
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Doh__input__manager_8h.md66 …#input_mouseeventaction) {<br>[MOUSE_ACTION_CANCEL](input.md) = 0, [MOUSE_ACTION_MOVE](input.md) =…
H A Dinput.md73 | [Input_MouseEventAction](#input_mouseeventaction) {<br>MOUSE_ACTION_CANCEL = 0, MOUSE_ACTION_MOVE
745 | MOUSE_ACTION_MOVE | Mouse pointer moved.|