Share via


JoystickState.GetSlider() Method (Microsoft.DirectX.DirectInput)

Two additional axes, formerly called the u-axis and v-axis, whose semantics depend on the joystick. Use the Inputdevice9Getobjectinfo method to obtain semantic information about these values.

Definition

Visual Basic Public Function GetSlider() As Integer()
C# public int[] GetSlider();
C++ public:
array<int>^ GetSlider();
JScript public function GetSlider() : int[];

Return Value

System.Int32[]