Standard and reliable mouse-reporting with GLUT
- by Victor
Hello! I'm trying to use GLUT (freeglut) in my OpenGL application, and I need to register some callbacks for mouse wheel events. I managed to dig out a fairly undocumented function:
api documentation
But the man page and the API entry for this function both state the same thing:
Note: Due to lack of information about
the mouse, it is…