Searched refs:OH_Input_SetTouchEventAction (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/ |
H A D | input_native_test.cpp | 393 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 D | oh_input_manager.h | 742 void OH_Input_SetTouchEventAction(struct Input_TouchEvent* touchEvent, int32_t action);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | input.md | 125 | 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 D | oh__input__manager_8h.md | 117 | void [OH_Input_SetTouchEventAction](input.md#oh_input_settoucheventaction) (struct [Input_TouchEv…
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | input.md | 125 | 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 D | oh__input__manager_8h.md | 117 | void [OH_Input_SetTouchEventAction](input.md#oh_input_settoucheventaction) (struct [Input_TouchEv…
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 715 void OH_Input_SetTouchEventAction(struct Input_TouchEvent* touchEvent, int32_t action) in OH_Input_SetTouchEventAction() function
|