ReInputConfigHelperdefaultRelativeAxisPollingDeadZone Property |
The default polling dead zone used when polling Relative 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 a Relative coordinate system such as mouse axes.
Each indivisual axis may override this default value.
[Default = 100]
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
Syntaxpublic float defaultRelativeAxisPollingDeadZone { get; set; }Property Value
Single
See Also