aboutsummaryrefslogtreecommitdiff
path: root/cInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'cInput.h')
-rw-r--r--cInput.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cInput.h b/cInput.h
index 9ff2041..e0d1632 100644
--- a/cInput.h
+++ b/cInput.h
@@ -40,6 +40,10 @@ public:
~cInput();
+ /** Reads inputevents
+ * returns event struct
+ * event queu is empty, when sInputEvent.type == _EVENT_NULL
+ */
sInputEvent poll();
private: