Share via


JoystickState.Rx Property (Microsoft.DirectX.DirectInput)

X-axis rotation. If the joystick does not have this axis, the value is 0.

Definition

Visual Basic Public ReadOnly Property Rx As Integer
C# public int Rx { get; }
C++ public:
property int Rx {
        int get();
}
JScript public function get Rx() : int

Property Value

System.Int32

This property is read-only.