@game-vir/handle-input - v15.1.1
    Preparing search index...

    Type Alias VirSimpleAssignBindingsInputs

    VirSimpleAssignBindingsInputs: Readonly<
        PartialWithUndefined<
            {
                allowMouseMovement: boolean;
                inputDeviceHandler: Readonly<
                    Pick<InputDeviceHandler, "readAllDevices" | "listen" | "destroy">,
                >;
            } & Pick<
                InputDeviceHandlerOptions,
                "globalDeadZone"
                | "gamepadDeadZoneSettings",
            > & Pick<ReadBindingsStageState, "playersBindings">,
        > & { bindingNames: ReadonlyArray<string>; supportedPlayerCount: number },
    >