aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cInput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cInput.h b/src/cInput.h
index e25d7fb..dd9866c 100644
--- a/src/cInput.h
+++ b/src/cInput.h
@@ -49,6 +49,7 @@ public:
* * _EVENT_KEY: Escape sequence recorded, stored in .c without escape char
* * _EVENT_MOUSE: Console registered click at (.x, .y) with origin at (0,0) (top left). Mouse button stored in b.
* * _EVENT_TERM: Console registered Ctrl+C
+ * * _EVENT_FUNCTION1: First few (4?) F-Keys. The rest of the F-Keys is handles by another ESC-Sequence!
*/
sInputEvent poll();