projects
/
livingdesktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfea2ed
)
Mouse pos accessors
author
Mjolnir
<thomas.pietrzak@inria.fr>
Fri, 4 Sep 2015 08:41:28 +0000
(10:41 +0200)
committer
Mjolnir
<thomas.pietrzak@inria.fr>
Fri, 4 Sep 2015 08:41:28 +0000
(10:41 +0200)
Library/XYPlotter.h
patch
|
blob
|
history
diff --git
a/Library/XYPlotter.h
b/Library/XYPlotter.h
index dce8a21304b011b92d7ed1a1a97079ac21ac1fc9..b178f8cb73fdee7bc75949144077b309e56805e1 100644
(file)
--- a/
Library/XYPlotter.h
+++ b/
Library/XYPlotter.h
@@
-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: