glutJoystickFunc (3) - Linux Manuals
glutJoystickFunc: Reports joystick state for the current window.
NAME
glutJoystickFunc - Reports joystick state for the current window.LIBRARY
OpenGLUT - inputSYNOPSIS
In openglut.h Ft void Fn glutJoystickFunc void( *callback )( unsigned int buttons int xaxis int yaxis int zaxis ) int pollIntervalPARAMETERS
Bf Em
Bf Em
The
Bf Sy
The axis values are in the range [-1000,1000].
DESCRIPTION
The callback is called roughly every
Bf Sy