GLFB: hide mouse cursor

This commit is contained in:
Stefan Seyfried
2013-05-06 00:19:45 +02:00
parent 88b8aa7b8f
commit 2e54579ba6

View File

@@ -169,6 +169,7 @@ void GLFramebuffer::run()
else
{
gThiz = this;
glutSetCursor(GLUT_CURSOR_NONE);
glutDisplayFunc(GLFramebuffer::rendercb);
glutKeyboardFunc(GLFramebuffer::keyboardcb);
glutSpecialFunc(GLFramebuffer::specialcb);