SFML.Window.Window.SetJoystickThreshold C# (CSharp) Метод

SetJoystickThreshold() публичный Метод

Change the joystick threshold, ie. the value below which no move event will be generated
public SetJoystickThreshold ( float threshold ) : void
threshold float New threshold, in range [0, 100]
Результат void
        public virtual void SetJoystickThreshold(float threshold)
        {
            sfWindow_setJoystickThreshold(CPointer, threshold);
        }