aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/EventHandler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/EventHandler.hh')
-rw-r--r--src/FbTk/EventHandler.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/EventHandler.hh b/src/FbTk/EventHandler.hh
index 3d2e545..45c7a2a 100644
--- a/src/FbTk/EventHandler.hh
+++ b/src/FbTk/EventHandler.hh
@@ -54,11 +54,11 @@ 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
58 virtual void keyReleaseEvent(XKeyEvent &) { } 57 virtual void keyReleaseEvent(XKeyEvent &) { }
59#endif
60 virtual void leaveNotifyEvent(XCrossingEvent &) { } 58 virtual void leaveNotifyEvent(XCrossingEvent &) { }
61 virtual void enterNotifyEvent(XCrossingEvent &) { } 59 virtual void enterNotifyEvent(XCrossingEvent &) { }
60
61 virtual void notifyUngrabKeyboard() { }
62}; 62};
63 63
64} // end namespace FbTk 64} // end namespace FbTk