Hide cursor

This commit is contained in:
Matt McWilliams 2024-04-03 19:36:29 -04:00
parent fadb04a29c
commit fbc5e068fe
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ int main(int argc, char** argv)
glutInit(&argc, argv);
glutInitDisplayMode(GLUT_SINGLE);
glutCreateWindow("opengl_opencv_example");
glutSetCursor(GLUT_CURSOR_NONE)
glutFullScreen();
glutDisplayFunc(display);
glutMainLoop();