From: Diederick Niehorster Date: Sat, 21 Jul 2012 03:58:04 +0000 (+0000) Subject: better test of menus: one window now has right and left click menus X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=401447f738d80bf80968521bc0e8394b9d825fe4;p=freeglut better test of menus: one window now has right and left click menus git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1353 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/progs/demos/One/one.c b/progs/demos/One/one.c index 1b35f43..ee62c81 100644 --- a/progs/demos/One/one.c +++ b/progs/demos/One/one.c @@ -296,6 +296,8 @@ int main( int argc, char** argv ) glutSpecialFunc( SampleSpecial ); glutIdleFunc( SampleIdle ); glutAttachMenu( GLUT_LEFT_BUTTON ); + glutSetMenu(subMenuA); + glutAttachMenu( GLUT_RIGHT_BUTTON); printf( "Testing game mode string parsing, don't panic!\n" ); glutGameModeString( "320x240:32@100" ); @@ -316,7 +318,6 @@ int main( int argc, char** argv ) glutReshapeFunc( SampleReshape ); glutKeyboardFunc( SampleGameModeKeyboard ); glutIdleFunc( SampleIdle ); - glutAttachMenu( GLUT_LEFT_BUTTON ); printf( "current window is %ix%i at (%i,%i)\n", glutGet( GLUT_WINDOW_WIDTH ), glutGet( GLUT_WINDOW_HEIGHT ),