Searched refs:TOUCH_ACTION_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 | 146 TOUCH_ACTION_UP = 3, enumerator
|
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/ |
H A D | input_native_test.cpp | 400 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_UP); 619 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_UP); 757 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_UP);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 628 case TOUCH_ACTION_UP: { in HandleTouchAction() 664 … } else if ((touchEvent->action == TOUCH_ACTION_MOVE) || (touchEvent->action == TOUCH_ACTION_UP)) { in HandleTouchProperty() 687 if (touchEvent->action == TOUCH_ACTION_UP) { in OH_Input_InjectTouchEvent() 1054 touchEvent->action = TOUCH_ACTION_UP; in SetTouchEventAction()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/test/ |
H A D | oh_input_manager_test.cpp | 237 inputTouchEvent.action = TOUCH_ACTION_UP;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | input.md | 76 …UCH_ACTION_CANCEL = 0, TOUCH_ACTION_DOWN = 1, TOUCH_ACTION_MOVE = 2, TOUCH_ACTION_UP = 3 } | 触摸动作的… 810 | TOUCH_ACTION_UP | 触摸抬起 |
|
H A D | oh__input__manager_8h.md | 69 …OUCH_ACTION_DOWN](input.md) = 1, [TOUCH_ACTION_MOVE](input.md) = 2, [TOUCH_ACTION_UP](input.md) = …
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | oh__input__manager_8h.md | 69 …OUCH_ACTION_DOWN](input.md) = 1, [TOUCH_ACTION_MOVE](input.md) = 2, [TOUCH_ACTION_UP](input.md) = …
|
H A D | input.md | 76 …UCH_ACTION_CANCEL = 0, TOUCH_ACTION_DOWN = 1, TOUCH_ACTION_MOVE = 2, TOUCH_ACTION_UP = 3 } | Touch… 810 | TOUCH_ACTION_UP | Lifting of a touch point.|
|