input-device-handler - v9.0.1
    Preparing search index...

    Variable inputDeviceKeyToInputDeviceTypeConst

    inputDeviceKeyToInputDeviceType: {
        "0": Gamepad;
        "1": Gamepad;
        "2": Gamepad;
        "3": Gamepad;
        keyboard: Keyboard;
        mouse: Mouse;
    } = ...

    Maps each InputDeviceKey value to its respective InputDeviceType.

    Type declaration