comparison gldragon.cpp @ 80:98e077d9d361

List the keyboard controls in --help.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Mar 2020 14:37:59 +0200
parents 3383e402817b
children 5372b7795426
comparison
equal deleted inserted replaced
79:8a56cb177711 80:98e077d9d361
211 " (may be required for software rendering backends),\n" 211 " (may be required for software rendering backends),\n"
212 " 1 = no vsync, 2 = vsync, 3 = adaptive.\n" 212 " 1 = no vsync, 2 = vsync, 3 = adaptive.\n"
213 " Using vsync (2) will result in FPS being approximately\n" 213 " Using vsync (2) will result in FPS being approximately\n"
214 " whatever your monitor refresh rate is. The default\n" 214 " whatever your monitor refresh rate is. The default\n"
215 " value is 1 (no vsync).\n" 215 " value is 1 (no vsync).\n"
216 "\n"
217 "Keyboard controls during runtime:\n"
218 " p / space Toggle pause (does not/should not affect fps measurement)\n"
219 " q / esc Quit\n"
216 "\n", 220 "\n",
217 argv[0], 221 argv[0],
218 SET_DEF_WIDTH, SET_DEF_HEIGHT 222 SET_DEF_WIDTH, SET_DEF_HEIGHT
219 ); 223 );
220 224