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

    Variable VirDeviceListConst

    VirDeviceList: DeclarativeElementDefinition<
        "vir-device-list",
        Readonly<
            PartialWithUndefined<
                {
                    disableGlowPulses: boolean;
                    glowColors: readonly string[];
                    inputDeviceHandler: Readonly<InputDeviceHandler>;
                    omitDevices: readonly InputDeviceKey[];
                    showMouseMovement: boolean;
                },
            >,
        >,
        {
            cleanup: undefined
            | (() => void);
            deviceHandler: undefined | Readonly<InputDeviceHandler>;
            deviceTimestamps: Partial<Record<InputDeviceKey, { timestamp: number }>>;
        },
        {},
        "vir-device-list-",
        "vir-device-list-",
        readonly [],
    > = ...

    Lists all currently connected devices and highlights each as they are activated.