Cosmos Journeyer API Documentation - v1.10.1
    Preparing search index...
    SpaceShipControlsInputs: 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;
        },
    > = ...