summaryrefslogtreecommitdiff
path: root/src/FbTk/EventHandler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/EventHandler.hh')
-rw-r--r--src/FbTk/EventHandler.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/EventHandler.hh b/src/FbTk/EventHandler.hh
index 62e2cb9..3d2e545 100644
--- a/src/FbTk/EventHandler.hh
+++ b/src/FbTk/EventHandler.hh
@@ -54,7 +54,9 @@ public:
54 virtual void exposeEvent(XExposeEvent &) { } 54 virtual void exposeEvent(XExposeEvent &) { }
55 virtual void motionNotifyEvent(XMotionEvent &) { } 55 virtual void motionNotifyEvent(XMotionEvent &) { }
56 virtual void keyPressEvent(XKeyEvent &) { } 56 virtual void keyPressEvent(XKeyEvent &) { }
57#ifdef NOT_USED
57 virtual void keyReleaseEvent(XKeyEvent &) { } 58 virtual void keyReleaseEvent(XKeyEvent &) { }
59#endif
58 virtual void leaveNotifyEvent(XCrossingEvent &) { } 60 virtual void leaveNotifyEvent(XCrossingEvent &) { }
59 virtual void enterNotifyEvent(XCrossingEvent &) { } 61 virtual void enterNotifyEvent(XCrossingEvent &) { }
60}; 62};