diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-11-08 11:34:29 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-11-08 11:34:29 +0100 |
commit | 5944d774a468ebc8b7c2d30c5f600bcf0ceb1532 (patch) | |
tree | 59bf49a54d9391c374a514f351e484171df491b9 /src | |
parent | 06fb15c9c53d4e24d2dd5de1f8631388cc16ed8b (diff) | |
download | termgl-5944d774a468ebc8b7c2d30c5f600bcf0ceb1532.tar.gz |
Documentation
Diffstat (limited to 'src')
-rw-r--r-- | src/cInput.h | 1 |
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(); |