JoystickState.Z Property (Microsoft.DirectX.DirectInput)

Z-axis, often the throttle control. If the joystick does not have this axis, the value is 0.

Definition

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

Property Value

System.Int32

This property is read-only.