Cosmos Journeyer API Documentation - v1.10.1
    Preparing search index...

    Variable InputMapsConst

    InputMaps: readonly [
        InputMap<
            {
                screenshot: PressInteraction;
                togglePause: PressInteraction;
                toggleStarMap: PressInteraction;
                videoCapture: PressInteraction;
            },
        >,
        InputMap<
            {
                cycleViews: PressInteraction;
                jumpToSystem: PressInteraction;
                printDebugInfo: PressInteraction;
                setTarget: PressInteraction;
                toggleOrbitsAndAxis: PressInteraction;
                toggleSpaceShipCharacter: PressInteraction;
                toggleUi: PressInteraction;
            },
        >,
        InputMap<
            {
                changeSpeed: Action;
                focusOnCurrentSystem: PressInteraction;
                move: Action<[number, number]>;
                upDown: Action;
            },
        >,
        InputMap<
            {
                emitLandingRequest: PressInteraction;
                ignorePointer: Action;
                landing: PressInteraction;
                nextMission: PressInteraction;
                previousMission: PressInteraction;
                resetCamera: PressInteraction;
                rollPitch: Action<[number, number]>;
                throttle: Action;
                throttleToZero: PressInteraction;
                toggleWarpDrive: PressInteraction;
                upDown: Action;
            },
        >,
        InputMap<
            {
                jump: PressInteraction;
                move: Action<[number, number]>;
                run: Action;
                samba: Action;
                toggleCamera: PressInteraction;
            },
        >,
        InputMap<
            {
                changeSpeed: Action;
                move: Action<[number, number]>;
                pitch: Action;
                roll: Action;
                upDown: Action;
                yaw: Action;
            },
        >,
        InputMap<{ nextPanel: PressInteraction; prevPanel: PressInteraction }>,
    ] = ...