Tao.Glfw SDK Documentation

Glfw.glfwGetJoystickPos Method 

[Visual Basic]
Public Shared Function glfwGetJoystickPos( _
   ByVal joy As Integer, _
   ByVal position As Single(), _
   ByVal numberOfAxes As Integer _
) As Integer
[C#]
public static int glfwGetJoystickPos(
   int joy,
   float[] position,
   int numberOfAxes
);

See Also

Glfw Class | Tao.Glfw Namespace