glutEntryFunc (3) - Linux Man Pages
glutEntryFunc: Window mouse entry/leave callback.
NAME
glutEntryFunc - Window mouse entry/leave callback.LIBRARY
OpenGLUT - inputSYNOPSIS
In openglut.h Ft void Fn glutEntryFunc void( *callback )( int state )PARAMETERS
Bf Em
DESCRIPTION
When the mouse enters or exits a window (or sub-window), OpenGLUT can report this transition via the Entry callback. Bf Sy
This callback is bound to the
Bf Li