Mouse pos accessors
authorMjolnir <thomas.pietrzak@inria.fr>
Fri, 4 Sep 2015 08:41:28 +0000 (10:41 +0200)
committerMjolnir <thomas.pietrzak@inria.fr>
Fri, 4 Sep 2015 08:41:28 +0000 (10:41 +0200)
Library/XYPlotter.h

index dce8a21304b011b92d7ed1a1a97079ac21ac1fc9..b178f8cb73fdee7bc75949144077b309e56805e1 100644 (file)
@@ -11,6 +11,9 @@ class LIVINGDESKTOPLIBRARYSHARED_EXPORT XYPlotter : public LivingDevice
 
         void moveTo(int x, int y, bool toolup=true);
 
+        unsigned int getX() { return posX; }
+        unsigned int getY() { return posY; }
+
         void calibrate();
 
     private: