Share via


JoystickState.Y Property (Microsoft.DirectX.DirectInput)

Y-axis, usually the forward-backward movement of a stick.

Definition

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

Property Value

System.Int32

This property is read-only.