Searched refs:TOUCH_ACTION_MOVE (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/ |
H A D | oh_input_manager.h | 144 TOUCH_ACTION_MOVE = 2, enumerator
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/test/ |
H A D | oh_input_manager_test.cpp | 222 inputTouchEvent.action = TOUCH_ACTION_MOVE;
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 619 case TOUCH_ACTION_MOVE: { in HandleTouchAction() 664 … } else if ((touchEvent->action == TOUCH_ACTION_MOVE) || (touchEvent->action == TOUCH_ACTION_UP)) { in HandleTouchProperty() 1051 touchEvent->action = TOUCH_ACTION_MOVE; in SetTouchEventAction()
|
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/ |
H A D | input_native_test.cpp | 753 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_MOVE); 795 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_MOVE);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | input.md | 76 …toucheventaction) { TOUCH_ACTION_CANCEL = 0, TOUCH_ACTION_DOWN = 1, TOUCH_ACTION_MOVE = 2, TOUCH_A… 809 | TOUCH_ACTION_MOVE | 触摸移动 |
|
H A D | oh__input__manager_8h.md | 69 …H_ACTION_CANCEL](input.md) = 0, [TOUCH_ACTION_DOWN](input.md) = 1, [TOUCH_ACTION_MOVE](input.md) =…
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | oh__input__manager_8h.md | 69 …H_ACTION_CANCEL](input.md) = 0, [TOUCH_ACTION_DOWN](input.md) = 1, [TOUCH_ACTION_MOVE](input.md) =…
|
H A D | input.md | 76 …toucheventaction) { TOUCH_ACTION_CANCEL = 0, TOUCH_ACTION_DOWN = 1, TOUCH_ACTION_MOVE = 2, TOUCH_A… 809 | TOUCH_ACTION_MOVE | Moving of a touch point.|
|