glutTabletButtonFunc (3) - Linux Manuals
glutTabletButtonFunc: Sets a tablet button callback.
NAME
glutTabletButtonFunc - Sets a tablet button callback.LIBRARY
OpenGLUT - inputSYNOPSIS
In openglut.h Ft void Fn glutTabletButtonFunc void( *callback )( int button int state int x int y )PARAMETERS
Bf Em
The callback is bound to the
Bf Li
Buttons are
Bf Em
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.