pub unsafe extern "C" fn OH_ArkUI_UIInputEvent_GetEventTime(
event: *const ArkUI_UIInputEvent,
) -> i64Available on crate feature
api-12 only.Expand description
@brief Obtains the time when this UI input event occurs.
@param event Indicates the pointer to the current UI input event. @return Returns the time when the UI input event occurs; returns 0 if any parameter error occurs. @since 12