From 9a0bfb14b6c088bb1daa0ddf852f7cc8b7d07594 Mon Sep 17 00:00:00 2001 From: pythoneer Date: Tue, 16 Jul 2013 13:47:59 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c1647cd..167473a 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ For a detailed example see main.cpp sim.mouseUp(1); //release the mousebutton press ``` -building for Linux use -lX11 -building for Mac use -framework ApplicationServices - +building for Linux use -lX11 | include X11/Xlib.h X11/Xutil.h +building for Mac use -framework ApplicationServices | include ApplicationServices/ApplicationServices.h +building for Win use User32.lib | include Windows.h ####Status -2013-07-16: only the Linux and Mac part with following functions +2013-07-16: Linux, Mac and Win part with following functions ```cpp mouseMoveTo mouseMoveRelative From 654d079ed9f3331ec12e952c116fc64652816338 Mon Sep 17 00:00:00 2001 From: pythoneer Date: Tue, 16 Jul 2013 13:49:04 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 167473a..db03751 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ For a detailed example see main.cpp sim.mouseUp(1); //release the mousebutton press ``` -building for Linux use -lX11 | include X11/Xlib.h X11/Xutil.h -building for Mac use -framework ApplicationServices | include ApplicationServices/ApplicationServices.h -building for Win use User32.lib | include Windows.h +building for Linux use -lX11 | include X11/Xlib.h X11/Xutil.h +building for Mac use -framework ApplicationServices | include ApplicationServices/ApplicationServices.h +building for Win use User32.lib | include Windows.h ####Status 2013-07-16: Linux, Mac and Win part with following functions