input-device-handler - v9.0.1
Preparing search index...
DeviceWrapper
Type Alias DeviceWrapper<DeviceType, DeviceKey, DeviceDetails, InputValue>
DeviceWrapper
:
Readonly
<
{
currentInputs
:
Readonly
<
Record
<
string
,
InputValue
>
>
;
deviceDetails
:
DeviceDetails
;
deviceKey
:
DeviceKey
;
deviceName
:
string
;
deviceType
:
DeviceType
;
}
,
>
Wrap the given device parameters into a device object.
Type Parameters
DeviceType
extends
InputDeviceType
DeviceKey
extends
InputDeviceKey
DeviceDetails
extends
DeviceDetailsBase
InputValue
extends
DeviceInputValue
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
input-device-handler - v9.0.1
Loading...
Wrap the given device parameters into a device object.