Visruth CV - 2013-03-06

Latest Version : v3.1
Using this api you can get easy control over mouse (mouse click, mouse move, mouse scroll), keyboard(key press, key release, key enter), screen (screen capture) etc...
Here is an example

try {
    SystemCollection instance = SystemUnit.getInstance();
    Mouse mouse=instance;
    Keyboard keyboard=instance;
    Screen screen=instance;
    mouse.rightClick();
    mouse.moveCursor(25, 25);
    mouse.leftClick();

} catch (SystemUnitException e) {
    e.printStackTrace();
}

Its full documentation is available on javaapidoc
If you want us to add some addition features please contact us using visruthcv.appspot.com
This api is created by Visruth CV.
For more api development and support (TC apply) please contact.

The complete documentation is attached here.

 

Last edit: Visruth CV 2014-03-09