The joyGetPos function queries a joystick for its position and button status.
[Visual Basic] Public Shared Function joyGetPos( _ ByVal uJoyID As Integer, _ ByRef pji As JOYINFO _ ) As Integer
[C#] public static int joyGetPos( intuJoyID, ref JOYINFOpji );
Parameters
uJoyID
Identifier of the joystick to be queried. Valid values for uJoyID range from zero (JOYSTICKID1) to 15, except for Windows NT 4.0. For Windows NT 4.0, valid values are limited to JOYSTICKID1 and JOYSTICKID2.
pji
Pointer to a Winmm.JOYINFO structure that contains the position and button status of the joystick.
Return Value
Returns JOYERR_NOERROR if successful or one of the following error values.