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: Inputs.CONTROLLER_LEFT_STICK, command: moveCmd },
    look: { controllerStick: Inputs.CONTROLLER_RIGHT_STICK, command: lookCmd }
    };

    Type Declaration