glutTabletMotionFunc (3) Linux Manual Page
glutTabletMotionFunc – Sets a tablet motion callback.
Library
OpenGLUT – input
Synopsis
In openglut.h Ft void Fn glutTabletMotionFunc void (* callback)( int x int y )
Parameters
Bf Em
Description
This function registers a Bf Sy
The callback is bound to the Bf Li
Caveats
OpenGLUT does not implement tablet support.
This API does not include tilt information.
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.
