Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h146 TOUCH_ACTION_UP = 3, enumerator
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp400 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 Doh_input_manager.cpp628 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 Doh_input_manager_test.cpp237 inputTouchEvent.action = TOUCH_ACTION_UP;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Dinput.md76 …UCH_ACTION_CANCEL = 0, TOUCH_ACTION_DOWN = 1, TOUCH_ACTION_MOVE = 2, TOUCH_ACTION_UP = 3 } | 触摸动作的…
810 | TOUCH_ACTION_UP | 触摸抬起   |
H A Doh__input__manager_8h.md69 …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 Doh__input__manager_8h.md69 …OUCH_ACTION_DOWN](input.md) = 1, [TOUCH_ACTION_MOVE](input.md) = 2, [TOUCH_ACTION_UP](input.md) = …
H A Dinput.md76 …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.|