]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/measure.h
Rewrite input even handling
[r2c2.git] / source / designer / measure.h
index 69442d823984fdcbfe7ee3e21e9ce91a1043cd62..b991d42be50b30eddc4c39697150565b4b0d9046 100644 (file)
@@ -35,8 +35,8 @@ public:
        float get_perpendicular_distance() const { return perp_dist; }
        float get_angle_difference() const { return adiff; }
        void start();
-       void button_press(int, int, float, float, unsigned);
-       void pointer_motion(int, int, float, float);
+       void button_press(float, float, unsigned);
+       void pointer_motion(float, float);
        void render();
 private:
        void snap_to_tracks(R2C2::Vector &, float &);