pub unsafe extern "C" fn OH_Input_SetTouchEventGlobalX(
touchEvent: *mut Input_TouchEvent,
globalX: i32,
)Available on crate feature
api-20 only.Expand description
Set the global X coordinate of the touch event.
ยงArguments
-
touchEvent- Touch event object. -
globalX- Global X coordinate.
Available since API-level: 20