glutTabletMotionFunc (3) - Linux Manuals
glutTabletMotionFunc: Sets a tablet motion callback.
NAME
glutTabletMotionFunc - Sets a tablet motion callback.LIBRARY
OpenGLUT - inputSYNOPSIS
In openglut.h Ft void Fn glutTabletMotionFunc void (* callback)( int x int y )PARAMETERS
Bf Em
The callback is bound to the
Bf Li
This API does not include tilt information.
DESCRIPTION
This function registers a
Bf Sy
CAVEATS
OpenGLUT does not implement tablet support.
TODO
We might want to add support for this sooner or later. Although a tablet could also be generalized as a mouse. There are relatively cheap AipTek HyperPen tablets, and slightly less cheap Wacom tablets on many store shelves.