X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Fmovetool.h;h=548315e06444bd86df3edafd1ab7e175eb8960f6;hb=0aa9976c7ee8752a47decd8e162161b0b824af57;hp=2f243fefdd5228b3b2a630a610c0f7a751565a54;hpb=6b9b841c497de4b783178ec8c5b98da49b6b8df5;p=r2c2.git diff --git a/source/designer/movetool.h b/source/designer/movetool.h index 2f243fe..548315e 100644 --- a/source/designer/movetool.h +++ b/source/designer/movetool.h @@ -21,9 +21,9 @@ private: R2C2::Vector origin; public: - MoveTool(Designer &, Msp::Input::Mouse &, const std::set &); + MoveTool(Designer &, Msp::Input::Keyboard &, Msp::Input::Mouse &, const std::set &); - virtual void axis_motion(unsigned, float, float); + virtual void pointer_motion(); }; #endif