| InputSettingsThumbstickThreshold Property |
Gets or sets the thumbstick threshold for detecting thumbstick button presses.
Namespace: DigitalRune.Game.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax public float ThumbstickThreshold { get; set; }
Public Property ThumbstickThreshold As Single
Get
Set
public:
property float ThumbstickThreshold {
float get ();
void set (float value);
}
member ThumbstickThreshold : float32 with get, set
Property Value
Type:
Single
The thumbstick threshold value in the range [0, 1]. A thumbstick axis counts as "down" if
its absolute value exceeds the threshold value. The default value is 0.5.
See Also