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

    Type Alias DeviceHandlerEventsMap

    DeviceHandlerEventsMap: {
        [PropKey in DeviceHandlerEventType]: ExtractEventByType<
            DeviceHandlerEvent,
            PropKey,
        >[]
    }

    An object that maps all possible InputDeviceHandler event strings to an array of their respective event instances.