diff options
Diffstat (limited to 'otk/eventhandler.hh')
| -rw-r--r-- | otk/eventhandler.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/otk/eventhandler.hh b/otk/eventhandler.hh index a70343ed..bbc0449d 100644 --- a/otk/eventhandler.hh +++ b/otk/eventhandler.hh @@ -28,6 +28,9 @@ public: //! Called whenever a button of the pointer is released. virtual void buttonReleaseHandler(const XButtonEvent &) {} + //! Called whenever the pointer moved + virtual void motionHandler(const XMotionEvent &) {} + //! Called whenever the pointer enters a window. virtual void enterHandler(const XCrossingEvent &) {} |
