From 143d2df034e1304c1d9672226bd71f01533a1a63 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 4 Dec 2002 09:01:55 +0000 Subject: handle mouse motion too --- src/actions.hh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/actions.hh') diff --git a/src/actions.hh b/src/actions.hh index b2d03ead..3df4fe4a 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -50,14 +50,7 @@ public: virtual void keyPressHandler(const XKeyEvent &e); - //! Notify that a mouse drag is taking place. - /*! - @param win The window the drag is on - @param delta The change in position of the mouse pointer - @param modifiers The modifier state during the drag. - */ - void drag(Window win, otk::Point delta, unsigned int modifiers, - unsigned int button, Time time); + virtual void motionHandler(const XMotionEvent &e); }; } -- cgit v1.2.3