]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/movetool.h
Use set_route for the first route
[r2c2.git] / source / designer / movetool.h
index 2f243fefdd5228b3b2a630a610c0f7a751565a54..548315e06444bd86df3edafd1ab7e175eb8960f6 100644 (file)
@@ -21,9 +21,9 @@ private:
        R2C2::Vector origin;
 
 public:
-       MoveTool(Designer &, Msp::Input::Mouse &, const std::set<R2C2::Object *> &);
+       MoveTool(Designer &, Msp::Input::Keyboard &, Msp::Input::Mouse &, const std::set<R2C2::Object *> &);
 
-       virtual void axis_motion(unsigned, float, float);
+       virtual void pointer_motion();
 };
 
 #endif