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