demo glutSetCursor
[freeglut] / progs / demos / CallbackMaker / CallbackMaker.c
index 1252482..ff19b91 100644 (file)
@@ -686,8 +686,9 @@ main(int argc, char *argv[])
 
   glClearColor(0.7f, 0.7f, 0.7f, 1.0);
 
-  /* callbacks and menus for this window */
+  /* callbacks, settings and menus for this window */
   SetWindowCallbacks( 0 );
+  glutSetCursor(GLUT_CURSOR_CROSSHAIR); /* Cursors are per window */
 
   glutSetMenu(subMenuA);
   glutAttachMenu( GLUT_RIGHT_BUTTON );