,,
Fork of Application by
Diff: main.cpp
- Revision:
- 15:2a20c3d2616e
- Parent:
- 14:3eee9e20da88
--- a/main.cpp Thu Feb 15 12:02:18 2018 +0000 +++ b/main.cpp Thu Feb 15 14:29:23 2018 +0000 @@ -32,7 +32,7 @@ y = (getAccY()); z = (getAccZ()); printf("X: %1.2f, Y: %1.2f, Z: %1.2f\n", x, y, z); - mouse.move(x, y); + mouse.move(x/100, y/100); wait(0.01); } }