Skip to content

mauro-midolo/MouseMover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mouse Mover Apache License, Version 2.0, January 2004 Maven Central GitHub issues

Tool usage

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:

Mouse Mover example

Java API Usage

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