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