Query: glutentryfunc
OS: suse
Section: 3glut
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
glutEntryFunc(3GLUT) GLUT glutEntryFunc(3GLUT)NAMEglutEntryFunc - sets the mouse enter/leave callback for the current window.SYNTAXvoid glutEntryFunc(void (*func)(int state));ARGUMENTSfunc The new entry callback function.DESCRIPTIONglutEntryFunc sets the mouse enter/leave callback for the current window. The state callback parameter is either GLUT_LEFT or GLUT_ENTERED depending on if the mouse pointer has last left or entered the window. Passing NULL to glutEntryFunc disables the generation of the mouse enter/leave callback. Some window systems may not generate accurate enter/leave callbacks. X IMPLEMENTATION NOTES An X implementation of GLUT should generate accurate enter/leave callbacks.SEE ALSOglutMotionFunc, glutCreateWindowAUTHORMark J. Kilgard (mjk@nvidia.com)GLUT3.7 glutEntryFunc(3GLUT)
Related Man Pages |
---|
glutmousefunc(3glut) - mojave |
glutspaceballmotionfunc(3glut) - mojave |
gluttabletbuttonfunc(3glut) - mojave |
glutspaceballmotionfunc(3glut) - redhat |
glutmousefunc(3glut) - osx |
Similar Topics in the Unix Linux Community |
---|
Getting command output to putty window title. |
Migrating to UNIX |
Tar Command |
Docker learning Phase-I |
Shopt -s histappend |