Click or drag to resize

ReInputConfigHelperdefaultAbsoluteAxisPollingDeadZone Property

The default polling dead zone used when polling Absolute coordinate mode axes. In order for the axis to be detected when polling, the change in absolute value of the axis over the polling period must be greater than this amount. Do not set this value too low or noisy axes will be detected. This only applies to axes that use an Absolute coordinate system such as joysticks. Each indivisual axis may override this default value. [Default = 0.7]

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public float defaultAbsoluteAxisPollingDeadZone { get; set; }

Property Value

Type: Single
See Also