glut...

Started by
3 comments, last by supercat1 17 years, 9 months ago
is there a way to hide/show the mouse with GLUT?
---------------------------------Upon thine ass shall I bust but a single cap.
Advertisement
You mean the cursor? glutSetCursor(GLUT_CURSOR_NONE) should hide the cursor.
ahh didn't see that one. and one more thing..how do you end glutMainLoop? in the document i have it says you can't. what would be the point then?
---------------------------------Upon thine ass shall I bust but a single cap.
Depending on your GLUT implementation you may have the glutLeaveMainLoop() function available, but IIRC not all versions of GLUT support it.
yeah, plain old glut doesn't allow you to end the main loop. however, i believe freeglut does.

This topic is closed to new replies.

Advertisement