RenderWindow.SetJoystickThreshold Method

SFML.Net

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

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

Parameters

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