Share via


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

Direction controllers, such as point-of-view hats. The position is indicated in hundredths of a degree clockwise from north (away from the user). The center position is normally reported as -1; but see Remarks. For indicators that have only five positions, the value for a controller is -1, 0, 9,000, 18,000, or 27,000.

Definition

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

Return Value

System.Int32[]