Window.SetJoystickThreshold Method

SFML.Net

WindowSetJoystickThreshold Method
Change the joystick threshold, ie. the value below which no move event will be generated

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public virtual void SetJoystickThreshold(
	float threshold
)
Public Overridable Sub SetJoystickThreshold ( 
	threshold As Single
)
public:
virtual void SetJoystickThreshold(
	float threshold
)
abstract SetJoystickThreshold : 
        threshold : float32 -> unit 
override SetJoystickThreshold : 
        threshold : float32 -> unit 

Parameters

threshold
Type: SystemSingle
New threshold, in range [0, 100]
See Also