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