ecspresso
    Preparing search index...

    Interface ActionBinding

    interface ActionBinding {
        buttons?: number[];
        keys?: KeyCode[];
    }
    Index

    Properties

    Properties

    buttons?: number[]
    keys?: KeyCode[]