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