summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-02-01 19:51:37 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-02-01 19:51:37 +0100
commitc459b4901f3f453f83a93a38228e3241dd8190c2 (patch)
tree4e354a0284dd0f61e04e41703768e662b14a396a
parent989f19b01fad019d143403210a72e47ae88e3180 (diff)
downloadtermgl-c459b4901f3f453f83a93a38228e3241dd8190c2.tar.gz
Documentation update
-rw-r--r--cInput.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/cInput.h b/cInput.h
index 529aa81..00ddb7d 100644
--- a/cInput.h
+++ b/cInput.h
@@ -1,9 +1,3 @@
-/*
-* cInput is responsible for Handling everything related to setting up and managing the console window
-* as well as decoding keyboard and mouse events.
-* Compatible with xterm compatible terminal emulators
-*/
-
#ifndef CINPUT_H_
#define CINPUT_H_
@@ -37,6 +31,7 @@ struct sInputEvent
* * puts STDIN in raw mode
* * activates mouse tracking
* * reverts console back to normal operation on destruction.
+* Compatible with xterm compatible terminal emulators
*/
class cInput
{