demo glutSetCursor
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1519 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
9652d57d4f
commit
eccb722d20
@ -686,8 +686,9 @@ main(int argc, char *argv[])
|
|||||||
|
|
||||||
glClearColor(0.7f, 0.7f, 0.7f, 1.0);
|
glClearColor(0.7f, 0.7f, 0.7f, 1.0);
|
||||||
|
|
||||||
/* callbacks and menus for this window */
|
/* callbacks, settings and menus for this window */
|
||||||
SetWindowCallbacks( 0 );
|
SetWindowCallbacks( 0 );
|
||||||
|
glutSetCursor(GLUT_CURSOR_CROSSHAIR); /* Cursors are per window */
|
||||||
|
|
||||||
glutSetMenu(subMenuA);
|
glutSetMenu(subMenuA);
|
||||||
glutAttachMenu( GLUT_RIGHT_BUTTON );
|
glutAttachMenu( GLUT_RIGHT_BUTTON );
|
||||||
|
Reference in New Issue
Block a user