OH_ArkUI_IsBuiltInGesture

Function OH_ArkUI_IsBuiltInGesture 

Source
pub unsafe extern "C" fn OH_ArkUI_IsBuiltInGesture(
    recognizer: *mut ArkUI_GestureRecognizer,
) -> bool
Available on crate feature api-12 only.
Expand description

Obtains whether a gesture is a built-in gesture.

§Arguments

  • recognizer - Indicates the pointer to a gesture recognizer.

§Returns

  • Returns true if the gesture is a built-in gesture; returns false otherwise.

Available since API-level: 12