The XInput type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | ActionMap |
Gets current action map.
|
![]() ![]() | AxisDeadZoneThreshold |
Relative value (in hundredths of a percent) of the dead zone for the absolute sensors (e.g. joystick).
The dead zone value defines the relative treshold of the rest position from where the sensor will be returning
value different to the 0, it means that if the the sensor will be in the rest position, it will return 0 until
the position has been changed just by value in percent.
If you set 0 or too small value, it is possible that the sensor won't be returning the zero value.
|
![]() ![]() | AxisSaturationThreshold |
Relative value (in hundredths of a percent) of the coordinates saturation for the absolute sensors (e.g. joystick).
The saturation value defines the relative treshold of the extreme position of the sensor where the sensor will return
the maximal or the minimal value, it meas that if the sensor will be set to the one of the utmost position, it will return
the AxisMax or the AxisMin until the position will be changed
just by value in percent. If you set 0 or some too small value,
it is possible that the sensor won't be returning the values in the maximal range.
|
![]() ![]() | DefaultActionMap |
Default action map.
|
![]() ![]() | Joystick |
Gets first connected joystick device.
|
![]() ![]() | Keyboard |
Gets the keyboard device.
|
![]() ![]() | Mouse |
Gets the mouse device.
|