Click or drag to resize

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:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public float defaultRelativeAxisPollingDeadZone { get; set; }

Property Value

Type: Single
See Also