diff options
Diffstat (limited to 'EventHandler.h')
-rw-r--r-- | EventHandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/EventHandler.h b/EventHandler.h index 6bb6c0f..dabb25b 100644 --- a/EventHandler.h +++ b/EventHandler.h @@ -7,6 +7,7 @@ class EventHandler { virtual bool buttonPress(unsigned int button) {return false;} virtual bool buttonRelease(unsigned int button) {return false;} + virtual bool motion() {return false;} }; #endif /*EVENTHANDLER_H_*/ |