X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Frotatetool.h;h=8bb9fe01d3611761e2552a4ff03a98dcbdc6fa4c;hb=91131237203bffe734219ab8b82b9d17f5d7a87d;hp=dceaa80d031ae1a8b8c8bfd4b0aab44bc7ab87cb;hpb=678982e7ddb22bb5fd44ce448d1c5cbf646b2573;p=r2c2.git diff --git a/source/designer/rotatetool.h b/source/designer/rotatetool.h index dceaa80..8bb9fe0 100644 --- a/source/designer/rotatetool.h +++ b/source/designer/rotatetool.h @@ -10,9 +10,9 @@ private: R2C2::Angle angle; public: - RotateTool(Designer &, Msp::Input::Mouse &, const std::set &); + RotateTool(Designer &, Msp::Input::Keyboard &, Msp::Input::Mouse &, const std::set &); - virtual void axis_motion(unsigned, float, float); + virtual void pointer_motion(); }; #endif