Sets the passive motion callbacks for the current window.
glutPassiveMotionFunc sets the passive motion callback for the current window. The passive motion callback for a window is called when the mouse moves within the window while no mouse buttons are pressed.
The x and y callback parameters indicate the mouse location in window relative coordinates.
Passing null
to glutPassiveMotionFunc disables the generation of the passive motion callback.
Glut Class | Tao.FreeGlut Namespace | Glut.PassiveMotionCallback | glutMotionFunc