Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h92 MOUSE_ACTION_BUTTON_UP = 3, enumerator
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/test/
H A Doh_input_manager_test.cpp160 inputMouseEvent.action = MOUSE_ACTION_BUTTON_UP;
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp375 } else if (mouseEvent->action == MOUSE_ACTION_BUTTON_UP) { in HandleMouseButton()
395 case MOUSE_ACTION_BUTTON_UP: in HandleMouseAction()
1103 mouseEvent->action = MOUSE_ACTION_BUTTON_UP; in SetMouseEventAction()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Dinput.md73 …CANCEL = 0, MOUSE_ACTION_MOVE = 1, MOUSE_ACTION_BUTTON_DOWN = 2, MOUSE_ACTION_BUTTON_UP = 3,<br/>M…
747 | MOUSE_ACTION_BUTTON_UP | 抬起鼠标按键。 |
H A Doh__input__manager_8h.md66 …_MOVE](input.md) = 1, [MOUSE_ACTION_BUTTON_DOWN](input.md) = 2, [MOUSE_ACTION_BUTTON_UP](input.md)…
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp673 OH_Input_SetMouseEventAction(mouseEvent, MOUSE_ACTION_BUTTON_UP);
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Doh__input__manager_8h.md66 …_MOVE](input.md) = 1, [MOUSE_ACTION_BUTTON_DOWN](input.md) = 2, [MOUSE_ACTION_BUTTON_UP](input.md)…
H A Dinput.md73 …CANCEL = 0, MOUSE_ACTION_MOVE = 1, MOUSE_ACTION_BUTTON_DOWN = 2, MOUSE_ACTION_BUTTON_UP = 3,<br>MO…
747 | MOUSE_ACTION_BUTTON_UP | Mouse button released.|