glutentryfunc(3) centos man page | unix.com

Man Page: glutentryfunc

Operating Environment: centos

Section: 3

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
glutcreatesubwindow(3) - centos
glutsetcursor(3) - centos
glutspecialfunc(3) - centos
glutmousefunc(3glut) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
Best performance UNIX just for HOST Virtualization?
Docker learning Phase-I
Shopt -s histappend
[TIP] Processing YAML files with yq