glutEntryFunc (3) Linux Manual Page
glutEntryFunc – Window mouse entry/leave callback. Library OpenGLUT – input Synopsis In openglut.h Ft void Fn glutEntryFunc void( *callback )( int state ) Parameters Bf Em callback Ef Client window-entry hook. Description When the mouse enters or exits a window (or sub-window), OpenGLUT can report this transition via the Entry callback. Bf Sy state Ef…
