changeset 95:59195e95c080

Improve help, document arrow key controls.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 May 2021 01:00:06 +0300
parents 5191f8e571d1
children 50a69d327b4f
files gldragon.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gldragon.cpp	Tue May 25 00:58:02 2021 +0300
+++ b/gldragon.cpp	Tue May 25 01:00:06 2021 +0300
@@ -228,11 +228,12 @@
             "               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"
-            " -p<frameN>    Pause at cycle frame (max %d).\n"
+            " -p<frameN>    Start and pause at cycle frame (max %d).\n"
             "\n"
             "Keyboard controls during runtime:\n"
             " p / space    Toggle pause (does not/should not affect fps measurement)\n"
             " q / esc      Quit\n"
+            " arrow keys   Enter manual mode and rotate left/right\n"
             "\n",
             argv[0],
             SET_DEF_WIDTH, SET_DEF_HEIGHT,