Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h140 TOUCH_ACTION_CANCEL = 0, enumerator
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp741 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_CANCEL);
778 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_CANCEL);
801 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_CANCEL);
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/test/
H A Doh_input_manager_test.cpp191 inputTouchEvent.action = TOUCH_ACTION_CANCEL;
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp605 case TOUCH_ACTION_CANCEL:{ in HandleTouchAction()
1045 touchEvent->action = TOUCH_ACTION_CANCEL; in SetTouchEventAction()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Dinput.md76 | [Input_TouchEventAction](#input_toucheventaction) { TOUCH_ACTION_CANCEL = 0, TOUCH_ACTION_DOWN = …
807 | TOUCH_ACTION_CANCEL | 触摸取消   |
H A Doh__input__manager_8h.md69 | [Input_TouchEventAction](input.md#input_toucheventaction) { [TOUCH_ACTION_CANCEL](input.md) = 0, …
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Doh__input__manager_8h.md69 | [Input_TouchEventAction](input.md#input_toucheventaction) { [TOUCH_ACTION_CANCEL](input.md) = 0, …
H A Dinput.md76 | [Input_TouchEventAction](#input_toucheventaction) { TOUCH_ACTION_CANCEL = 0, TOUCH_ACTION_DOWN = …
807 | TOUCH_ACTION_CANCEL | Cancellation of a touch action.|