Query: glutentryfunc
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutEntryFunc -- Window mouse entry/leave callback.LIBRARYOpenGLUT - inputSYNOPSIS#include <openglut.h> void glutEntryFunc(void( *callback )( int state ));PARAMETERScallback Client window-entry hook.DESCRIPTIONWhen 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 ALSOglutPassiveMotionFunc(3) Epoch
| Related Man Pages |
|---|
| glutmousefunc(3glut) - mojave |
| glutcreatemenuwindow(3) - centos |
| glutsetcursor(3) - centos |
| glutswapbuffers(3) - centos |
| gluttabletbuttonfunc(3glut) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| CentOS7 restoring file capabilities |
| Controlling user input |