input-device-handler - v9.0.1
Preparing search index...
InputValueWrapper
Type Alias InputValueWrapper<SpecificDeviceKey, SpecificInputDetails>
InputValueWrapper
:
Readonly
<
{
details
:
Readonly
<
SpecificInputDetails
>
;
deviceKey
:
SpecificDeviceKey
;
deviceName
:
string
;
deviceType
:
InputDeviceType
;
inputName
:
string
;
inputValue
:
number
;
}
,
>
A single input's value, with extra details depending on which device the input is from.
Type Parameters
SpecificDeviceKey
extends
InputDeviceKey
SpecificInputDetails
extends
DeviceInputDetails
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
input-device-handler - v9.0.1
Loading...
A single input's value, with extra details depending on which device the input is from.