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 D | oh_input_manager.h | 92 MOUSE_ACTION_BUTTON_UP = 3, enumerator
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/test/ |
H A D | oh_input_manager_test.cpp | 160 inputMouseEvent.action = MOUSE_ACTION_BUTTON_UP;
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 375 } 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 D | input.md | 73 …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 D | oh__input__manager_8h.md | 66 …_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 D | input_native_test.cpp | 673 OH_Input_SetMouseEventAction(mouseEvent, MOUSE_ACTION_BUTTON_UP);
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | oh__input__manager_8h.md | 66 …_MOVE](input.md) = 1, [MOUSE_ACTION_BUTTON_DOWN](input.md) = 2, [MOUSE_ACTION_BUTTON_UP](input.md)…
|
H A D | input.md | 73 …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.|
|