Joystick
SetSliderRange Method (slider, rng)
NamespacesDXJoystickJoystickSetSliderRange(Int32, InputRange)
Set the range for the specified slider.
Declaration Syntax
C#Visual BasicVisual C++
public void SetSliderRange(
	int slider,
	InputRange rng
)
Public Sub SetSliderRange ( _
	slider As Integer, _
	rng As InputRange _
)
public:
void SetSliderRange(
	int slider, 
	InputRange rng
)
Parameters
slider (Int32)
The 1-based index of the slider.
rng (InputRange)
The InputRange to set.

Assembly: Joystick (Module: Joystick) Version: 1.0.3.0