centos man page for glutentryfunc

Query: glutentryfunc

OS: centos

Section: 3

Links: centos man pages   all man pages

Forums: unix linux community   forum categories

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

UNTITLED
LOCAL UNTITLED
NAME
glutEntryFunc -- Window mouse entry/leave callback.
LIBRARY
OpenGLUT - input
SYNOPSIS
#include <openglut.h> void glutEntryFunc(void( *callback )( int state ));
PARAMETERS
callback 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. state is one of GLUT_LEFT or GLUT_ENTERED respective of whether the mouse left or entered the window. This callback is bound to the current window .
SEE ALSO
glutPassiveMotionFunc(3) Epoch
Related Man Pages
gluttabletbuttonfunc(3glut) - redhat
glutcreatemenuwindow(3) - centos
glutpopwindow(3) - centos
glutspecialfunc(3) - centos
gluttabletbuttonfunc(3glut) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
How to increment version inside a file?
Docker learning Phase-I
Unsure why access time on a directory change isn't changing