# HG changeset patch # User Matti Hamalainen # Date 1583584679 -7200 # Node ID 98e077d9d3616806df4793fc6f0f3b586b18eb2f # Parent 8a56cb1777115a963128738f8a161464aee9b106 List the keyboard controls in --help. diff -r 8a56cb177711 -r 98e077d9d361 gldragon.cpp --- a/gldragon.cpp Wed Jan 15 16:59:56 2020 +0200 +++ b/gldragon.cpp Sat Mar 07 14:37:59 2020 +0200 @@ -213,6 +213,10 @@ " Using vsync (2) will result in FPS being approximately\n" " whatever your monitor refresh rate is. The default\n" " value is 1 (no vsync).\n" + "\n" + "Keyboard controls during runtime:\n" + " p / space Toggle pause (does not/should not affect fps measurement)\n" + " q / esc Quit\n" "\n", argv[0], SET_DEF_WIDTH, SET_DEF_HEIGHT