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