diff options
Diffstat (limited to 'cInput.h')
-rw-r--r-- | cInput.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -40,6 +40,10 @@ public: ~cInput(); + /** Reads inputevents + * returns event struct + * event queu is empty, when sInputEvent.type == _EVENT_NULL + */ sInputEvent poll(); private: |