Update readme

This commit is contained in:
pythoneer 2013-07-14 17:11:48 +02:00
parent 7f1ff53857
commit 422a951a94
1 changed files with 11 additions and 0 deletions

View File

@ -12,3 +12,14 @@ For a detailed example see main.cpp
sim.mouseUp(1); //release the mousebutton press
```
This program is published under the terms of the LGPL (http://www.gnu.org/licenses/)
####Status
2013-07-14: only the Linux part with following functions
```cpp
mouseMoveTo
mouseMoveRelative
mouseDown
mouseUp
mouseClick
```