From 5944d774a468ebc8b7c2d30c5f600bcf0ceb1532 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 8 Nov 2019 11:34:29 +0100 Subject: Documentation --- src/cInput.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cInput.h') 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(); -- cgit v1.2.3