Tao.FreeGlut SDK Documentation

Glut.GLUT_JOYSTICK_POLL_RATE Field

Returns the current window's joystick poll rate as set by glutJoystickFunc. If no joystick is supported, the poll rate will always be zero. The joystick poll rate also returns zero if the poll rate last specified to glutJoystickFunc is negative or a NULL callback was registered.

[Visual Basic]
Public Const GLUT_JOYSTICK_POLL_RATE As Integer = 616
[C#]
public const int GLUT_JOYSTICK_POLL_RATE = 616;

See Also

Glut Class | Tao.FreeGlut Namespace