diff options
Diffstat (limited to 'ToolGrab.h')
-rw-r--r-- | ToolGrab.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -47,9 +47,9 @@ class ToolGrab : public Tool, public EventHandler { return this; } - virtual bool buttonPress(unsigned int button); - virtual bool buttonRelease(unsigned int button); - virtual bool motion(); + virtual bool buttonPress(unsigned int button, const Vertex *v); + virtual bool buttonRelease(unsigned int button, const Vertex *v); + virtual bool motion(const Vertex *v); virtual Sidebar* getSidebar() { return &sidebar; |