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
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