OH_ArkUI_LongPress_GetRepeatCount

Function OH_ArkUI_LongPress_GetRepeatCount 

Source
pub unsafe extern "C" fn OH_ArkUI_LongPress_GetRepeatCount(
    event: *const ArkUI_GestureEvent,
) -> i32
Available on crate feature api-12 only.
Expand description

Obtains the number of times that a long press gesture is triggered periodically.

§Arguments

  • event - Indicates the pointer to the gesture event.

§Returns

  • Returns the number of times that the long press gesture is triggered periodically.

Available since API-level: 12