glutPassiveMotionFunc (3) - Linux Manuals
glutPassiveMotionFunc: Sets the non-dragging (gliding?) mouse-motion callback.
NAME
glutPassiveMotionFunc - Sets the non-dragging (gliding?) mouse-motion callback.LIBRARY
OpenGLUT - inputSYNOPSIS
In openglut.h Ft void Fn glutPassiveMotionFunc void( *callback )( int x int y )PARAMETERS
Bf Em
This callback is bound to the
Bf Li
DESCRIPTION
If you set this callback on a window, then every time that
OpenGLUT detects a change in the mouse position inside
that window, with no buttons pressed on that mouse,
OpenGLUT will invoke
Bf Sy
CAVEATS
Windows created via glutCreateMenuWindow() always cascade keyboard and mouse events to their parent.