Click or drag to resize
DigitalRuneInputSettingsTriggerThreshold Property
Gets or sets the trigger threshold for detecting 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 TriggerThreshold { get; set; }

Property Value

Type: Single
The trigger threshold value in the range [0, 1]. A trigger counts as "down" if its value exceeds the threshold value. The default value is 0.2.
See Also