1UNTITLED                             LOCAL                            UNTITLED
2

NAME

4     glutEntryFunc — Window mouse entry/leave callback.
5

LIBRARY

7     OpenGLUT - input
8

SYNOPSIS

10     #include <openglut.h>
11
12     void
13     glutEntryFunc(void( *callback )( int state ));
14

PARAMETERS

16      callback     Client window-entry hook.
17

DESCRIPTION

19     When the mouse enters or exits a window (or sub-window), OpenGLUT can
20     report this transition via the Entry callback.   state  is one of
21     GLUT_LEFT  or  GLUT_ENTERED  respective of whether the mouse left or
22     entered the window.
23
24     This callback is bound to the  current window  .
25

SEE ALSO

27     glutPassiveMotionFunc(3)
28
29
30
31
32                                     Epoch
Impressum