Input Forge - v0.3.1
    Preparing search index...

    Type Alias AxesInputMap

    AxesInputMap: { [key: string]: AxesInputEntry }

    A collection of axes input entries, keyed by a descriptive name.

    const axesInputs: AxesInputMap = {
    move: { controllerStick: 'left_stick', command: moveCmd },
    look: { controllerStick: 'right_stick', command: lookCmd }
    };

    Type Declaration