Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
    Preparing search index...

    Interface GestureRecognizerPureProps

    Props for GestureRecognizerPure component

    interface GestureRecognizerPureProps {
        enabled?: boolean;
        minSwipeDistance?: number;
        onGesture: (gesture: GestureEvent) => void;
        showFeedback?: boolean;
    }
    Index

    Properties

    enabled?: boolean

    Whether gesture recognition is enabled

    minSwipeDistance?: number

    Minimum swipe distance in pixels (default: 50)

    onGesture: (gesture: GestureEvent) => void

    Callback when gesture is detected

    showFeedback?: boolean

    Whether to show visual feedback