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