pub unsafe extern "C" fn OH_Input_SetMouseEventDisplayX(
mouseEvent: *mut Input_MouseEvent,
displayX: i32,
)Available on crate feature
api-12 only.Expand description
Sets the X coordinate for a mouse event.
ยงArguments
-
mouseEvent- Mouse event object. -
displayX- X coordinate on the display.
Required System Capabilities: SystemCapability.MultimodalInput.Input.Core
Available since API-level: 12