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

    Interface TouchOptimizerOptions

    Touch optimization options

    interface TouchOptimizerOptions {
        coalescingSampleRate?: number;
        enableCoalescing?: boolean;
        usePassiveListeners?: boolean;
        useRAF?: boolean;
    }
    Index

    Properties

    coalescingSampleRate?: number

    Coalescing sample rate (default: 3 - use last 3 events)

    enableCoalescing?: boolean

    Enable touch event coalescing (default: true)

    usePassiveListeners?: boolean

    Use passive listeners where possible (default: true)

    useRAF?: boolean

    Enable RAF for visual updates (default: true)