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 callback Ef Client mouse-glide hook. Description If you set this callback on a window, then every time that OpenGLUT detects a change in the mouse…
