progs/demos/gloss: press 'n' to advance by one frame
This commit is contained in:
@@ -215,6 +215,9 @@ static void Key( unsigned char key, int x, int y )
|
||||
case ' ':
|
||||
ToggleAnimate();
|
||||
break;
|
||||
case 'n':
|
||||
Idle();
|
||||
break;
|
||||
case 27:
|
||||
glutDestroyWindow(Win);
|
||||
exit(0);
|
||||
|
Reference in New Issue
Block a user