summaryrefslogtreecommitdiffstats
path: root/EventHandler.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-01-13 17:41:01 +0100
committerneoraider <devnull@localhost>2008-01-13 17:41:01 +0100
commite9d27f488c8653967c9a5b86c94801367253444c (patch)
tree53ec6178eb84759ab992e3d41c40625c9fc76166 /EventHandler.h
parent017743d3397b810176278814ed19a92ce9c2f251 (diff)
downloadzoomedit-e9d27f488c8653967c9a5b86c94801367253444c.tar
zoomedit-e9d27f488c8653967c9a5b86c94801367253444c.zip
zoomedit: Added grab tool.
Diffstat (limited to 'EventHandler.h')
-rw-r--r--EventHandler.h1
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_*/