Lines Matching refs:Input_TouchEvent
47 | typedef struct [Input_TouchEvent](#input_touchevent) [Input_TouchEvent](#input_touchevent) | 要注入的…
52 | typedef void(\* [Input_TouchEventCallback](#input_toucheventcallback)) (const [Input_TouchEvent](…
122 | int32_t [OH_Input_InjectTouchEvent](#oh_input_injecttouchevent) (const struct [Input_TouchEvent](…
123 | struct [Input_TouchEvent](#input_touchevent) \* [OH_Input_CreateTouchEvent](#oh_input_createtouch…
124 | void [OH_Input_DestroyTouchEvent](#oh_input_destroytouchevent) (struct [Input_TouchEvent](#input_…
125 | void [OH_Input_SetTouchEventAction](#oh_input_settoucheventaction) (struct [Input_TouchEvent](#in…
126 …_GetTouchEventAction](#oh_input_gettoucheventaction) (const struct [Input_TouchEvent](#input_touch…
127 | void [OH_Input_SetTouchEventFingerId](#oh_input_settoucheventfingerid) (struct [Input_TouchEvent]…
128 …TouchEventFingerId](#oh_input_gettoucheventfingerid) (const struct [Input_TouchEvent](#input_touch…
129 | void [OH_Input_SetTouchEventDisplayX](#oh_input_settoucheventdisplayx) (struct [Input_TouchEvent]…
130 …TouchEventDisplayX](#oh_input_gettoucheventdisplayx) (const struct [Input_TouchEvent](#input_touch…
131 | void [OH_Input_SetTouchEventDisplayY](#oh_input_settoucheventdisplayy) (struct [Input_TouchEvent]…
132 …TouchEventDisplayY](#oh_input_gettoucheventdisplayy) (const struct [Input_TouchEvent](#input_touch…
133 …etTouchEventActionTime](#oh_input_settoucheventactiontime) (struct [Input_TouchEvent](#input_touch…
134 …hEventActionTime](#oh_input_gettoucheventactiontime) (const struct [Input_TouchEvent](#input_touch…
438 ### Input_TouchEvent subsection
463 typedef void(* Input_TouchEventCallback) (const Input_TouchEvent *touchEvent)
1295 struct Input_TouchEvent* OH_Input_CreateTouchEvent ()
1306 如果操作成功返回一个[Input_TouchEvent](#input_touchevent)指针对象 否则返回空指针。
1450 void OH_Input_DestroyTouchEvent (struct Input_TouchEvent ** touchEvent)
2332 int32_t OH_Input_GetTouchEventAction (const struct Input_TouchEvent * touchEvent)
2355 int64_t OH_Input_GetTouchEventActionTime (const struct Input_TouchEvent * touchEvent)
2378 int32_t OH_Input_GetTouchEventDisplayX (const struct Input_TouchEvent * touchEvent)
2401 int32_t OH_Input_GetTouchEventDisplayY (const struct Input_TouchEvent * touchEvent)
2424 int32_t OH_Input_GetTouchEventFingerId (const struct Input_TouchEvent * touchEvent)
2493 int32_t OH_Input_InjectTouchEvent (const struct Input_TouchEvent * touchEvent)
3232 void OH_Input_SetTouchEventAction (struct Input_TouchEvent * touchEvent, int32_t action )
3252 void OH_Input_SetTouchEventActionTime (struct Input_TouchEvent * touchEvent, int64_t actionTime )
3272 void OH_Input_SetTouchEventDisplayX (struct Input_TouchEvent * touchEvent, int32_t displayX )
3292 void OH_Input_SetTouchEventDisplayY (struct Input_TouchEvent * touchEvent, int32_t displayY )
3312 void OH_Input_SetTouchEventFingerId (struct Input_TouchEvent * touchEvent, int32_t id )