Click or drag to resize
DigitalRuneInputSettingsThumbstickThreshold Property
Gets or sets the thumbstick threshold for detecting thumbstick button presses.

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public float ThumbstickThreshold { 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