glutSpaceballRotateFunc (3) - Linux Manuals
glutSpaceballRotateFunc: Sets a spaceball rotation callback.
NAME
glutSpaceballRotateFunc - Sets a spaceball rotation callback.LIBRARY
OpenGLUT - inputSYNOPSIS
In openglut.h Ft void Fn glutSpaceballRotateFunc void( *callback )( int x int y int z )PARAMETERS
Bf Em
The callback is bound to the
Bf Li
DESCRIPTION
This function registers a callback for a spaceball
to report rotation. A spaceball has six axes of freedom
(three of motion and three of orientation), plus buttons.
The spaceball allows you to rotate a control orientation
+/- 1800 units about each of 3 axes.
CAVEATS
OpenGLUT does not implement spaceball support.