An open API service indexing awesome lists of open source software.

https://github.com/jakejmattson/mousemeasure


https://github.com/jakejmattson/mousemeasure

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          



Java 11


jnativehook 2.1.0





release

Measure the distance (in pixels) between two points on the screen using your mouse. Displays starting location, current location, delta x, delta y, and net change.

## Prerequisites

### Languages
* [Java](https://jdk.java.net/11/)

### Libraries
* [JNativeHook](https://github.com/kwhat/jnativehook)

## Getting Started
### Installing Java


Visit the Java Downloads page and select the version of your choice.
Run the installer and follow the instructions provided.

## Building
This project is built with Maven. To build the `pom.xml`, please follow the import instructions for your IDE.
* [IntelliJ](https://www.tutorialspoint.com/maven/maven_intellij_idea.htm)
* [Eclipse](https://www.tutorialspoint.com/maven/maven_eclispe_ide.htm)

## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.