X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmouse.cpp;h=dc361252bc988150c97c7aed5c1b8fb71699d70e;hb=2d1312772711709fc44cb1a39283329864c25100;hp=b32b70fb48a1a3a1e200658d9cebd1a89b573b1f;hpb=efdfd047fac06547a5a9173f25dea42aeef0a93f;p=libs%2Fgui.git diff --git a/source/mouse.cpp b/source/mouse.cpp index b32b70f..dc36125 100644 --- a/source/mouse.cpp +++ b/source/mouse.cpp @@ -6,12 +6,11 @@ Distributed under the LGPL */ #include "mouse.h" -#include "window.h" namespace Msp { namespace Input { -Mouse::Mouse(Window &w): +Mouse::Mouse(Graphics::Window &w): window(w), axis_scale(0.01) {