Searched refs:MOUSE_ACTION_BUTTON_DOWN (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/ |
H A D | oh_input_manager.h | 90 MOUSE_ACTION_BUTTON_DOWN = 2, enumerator
|
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/ |
H A D | input_native_test.cpp | 274 OH_Input_SetMouseEventAction(mouseEvent, MOUSE_ACTION_BUTTON_DOWN); 276 EXPECT_EQ(action, MOUSE_ACTION_BUTTON_DOWN); 669 OH_Input_SetMouseEventAction(mouseEvent, MOUSE_ACTION_BUTTON_DOWN);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/test/ |
H A D | oh_input_manager_test.cpp | 156 inputMouseEvent.action = MOUSE_ACTION_BUTTON_DOWN;
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 373 if (mouseEvent->action == MOUSE_ACTION_BUTTON_DOWN) { in HandleMouseButton() 391 case MOUSE_ACTION_BUTTON_DOWN: in HandleMouseAction() 1100 mouseEvent->action = MOUSE_ACTION_BUTTON_DOWN; in SetMouseEventAction()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | input.md | 73 …ntaction) {<br/>MOUSE_ACTION_CANCEL = 0, MOUSE_ACTION_MOVE = 1, MOUSE_ACTION_BUTTON_DOWN = 2, MOUS… 746 | MOUSE_ACTION_BUTTON_DOWN | 按下鼠标。|
|
H A D | oh__input__manager_8h.md | 66 …TION_CANCEL](input.md) = 0, [MOUSE_ACTION_MOVE](input.md) = 1, [MOUSE_ACTION_BUTTON_DOWN](input.md…
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | oh__input__manager_8h.md | 66 …TION_CANCEL](input.md) = 0, [MOUSE_ACTION_MOVE](input.md) = 1, [MOUSE_ACTION_BUTTON_DOWN](input.md…
|
H A D | input.md | 73 …entaction) {<br>MOUSE_ACTION_CANCEL = 0, MOUSE_ACTION_MOVE = 1, MOUSE_ACTION_BUTTON_DOWN = 2, MOUS… 746 | MOUSE_ACTION_BUTTON_DOWN | Mouse button pressed.|
|