Hide cursor
This commit is contained in:
parent
fadb04a29c
commit
fbc5e068fe
1
main.cpp
1
main.cpp
|
@ -131,6 +131,7 @@ int main(int argc, char** argv)
|
||||||
glutInit(&argc, argv);
|
glutInit(&argc, argv);
|
||||||
glutInitDisplayMode(GLUT_SINGLE);
|
glutInitDisplayMode(GLUT_SINGLE);
|
||||||
glutCreateWindow("opengl_opencv_example");
|
glutCreateWindow("opengl_opencv_example");
|
||||||
|
glutSetCursor(GLUT_CURSOR_NONE)
|
||||||
glutFullScreen();
|
glutFullScreen();
|
||||||
glutDisplayFunc(display);
|
glutDisplayFunc(display);
|
||||||
glutMainLoop();
|
glutMainLoop();
|
||||||
|
|
Loading…
Reference in New Issue