glutPassiveMotionFunc (3) Linux Manual Page
glutPassiveMotionFunc – Sets the non-dragging (gliding?) mouse-motion callback.
Library
OpenGLUT – input
Synopsis
In openglut.h Ft void Fn glutPassiveMotionFunc void( *callback )( int x int y )
Parameters
Bf Em
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
This callback is bound to the Bf Li
Caveats
Windows created via glutCreateMenuWindow() always cascade keyboard and mouse events to their parent.
See Also
glutMotionFunc(3) glutMouseFunc(3) glutEntryFunc(3)
