better test of menus: one window now has right and left click menus
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1353 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
ec9b01736e
commit
e32b8f09fb
@ -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 ),
|
||||
|
Reference in New Issue
Block a user