InputDeviceData

Stores basic InputDevice info alongside with some additional settings

Constructors

this
this(int deviceNumber, Devicetype type, string name)
axisDeadZoneMinus
int[int] axisDeadZoneMinus;
Undocumented in source.

Members

Variables

axisDeadZonePlus
int[int] axisDeadZonePlus;
Undocumented in source.
deviceNumber
int deviceNumber;
Undocumented in source.
enableForceFeedback
bool enableForceFeedback;
Undocumented in source.
name
string name;
Undocumented in source.
type
Devicetype type;
Undocumented in source.

Meta