Interface GestureConfig

Controlls gesture detection

interface GestureConfig {
    enabled: boolean;
}

Properties

Properties

enabled: boolean

is gesture detection enabled?