OH_Input_SetTouchEventActionTime

Function OH_Input_SetTouchEventActionTime 

Source
pub unsafe extern "C" fn OH_Input_SetTouchEventActionTime(
    touchEvent: *mut Input_TouchEvent,
    actionTime: i64,
)
Available on crate feature api-12 only.
Expand description

Sets the time when a touch event occurs.

ยงArguments

  • touchEvent - Touch event object.

  • actionTime - Time when the touch event occurs.

Required System Capabilities: SystemCapability.MultimodalInput.Input.Core

Available since API-level: 12