osx man page for glutentryfunc

Query: glutentryfunc

OS: osx

Section: 3glut

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

glutEntryFunc(3GLUT)						       GLUT						      glutEntryFunc(3GLUT)

NAME
glutEntryFunc - sets the mouse enter/leave callback for the current window.
SYNTAX
#include <GLUT/glut.h> void glutEntryFunc(void (*func)(int state));
ARGUMENTS
func The new entry callback function.
DESCRIPTION
glutEntryFunc 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 ALSO
glutMotionFunc, glutCreateWindow
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
GLUT
3.7 glutEntryFunc(3GLUT)
Related Man Pages
glutspaceballbuttonfunc(3glut) - mojave
gluttabletbuttonfunc(3glut) - mojave
gluttabletmotionfunc(3glut) - mojave
glutvisibilityfunc(3glut) - mojave
glutspaceballmotionfunc(3glut) - osx
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
At A Glance Coloured Real Time Bargraph Generator...
When is a _function_ not a _function_?
A dash to GOTO or a dash from GOTO, that is the question...
Python: Refer a properties file from different location