Home
last modified time | relevance | path

Searched refs:OH_Input_SetTouchEventAction (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp393 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_DOWN);
400 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_UP);
421 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_DOWN);
619 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_UP);
638 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_DOWN);
749 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_DOWN);
753 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_MOVE);
757 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_UP);
761 OH_Input_SetTouchEventAction(touchEvent, 10);
783 OH_Input_SetTouchEventAction(touchEvent, TOUCH_ACTION_DOWN);
[all …]
/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h742 void OH_Input_SetTouchEventAction(struct Input_TouchEvent* touchEvent, int32_t action);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Dinput.md125 | void [OH_Input_SetTouchEventAction](#oh_input_settoucheventaction) (struct [Input_TouchEvent](#in…
3229 ### OH_Input_SetTouchEventAction()
3232 void OH_Input_SetTouchEventAction (struct Input_TouchEvent * touchEvent, int32_t action )
H A Doh__input__manager_8h.md117 | void [OH_Input_SetTouchEventAction](input.md#oh_input_settoucheventaction) (struct [Input_TouchEv…
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Dinput.md125 | void [OH_Input_SetTouchEventAction](#oh_input_settoucheventaction) (struct [Input_TouchEvent](#in…
3229 ### OH_Input_SetTouchEventAction()
3232 void OH_Input_SetTouchEventAction (struct Input_TouchEvent * touchEvent, int32_t action )
H A Doh__input__manager_8h.md117 | void [OH_Input_SetTouchEventAction](input.md#oh_input_settoucheventaction) (struct [Input_TouchEv…
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp715 void OH_Input_SetTouchEventAction(struct Input_TouchEvent* touchEvent, int32_t action) in OH_Input_SetTouchEventAction() function