You can use the application directly using the .exe file (for windows) or .jar file (for linux or MacOS)
You can download the latest version from here
This is the application interface:
You also can activate the mouse mover inside your java application using the API
Follow the steps to import and use the library:
-
Import the project as maven dependency
<dependency> <groupId>com.github.mauro-midolo</groupId> <artifactId>MouseMover</artifactId> <version>1.4.1</version> </dependency>
-
Create and execute following code
import com.github.mauromidolo.mousemover.controll.MouseMoverController; MouseMoverController.getInstance().switchOn(30);
You can also see the Javadoc documentation here