https://github.com/jakejmattson/mousemeasure
https://github.com/jakejmattson/mousemeasure
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakejmattson/mousemeasure
- Owner: JakeJMattson
- License: mit
- Created: 2018-06-26T04:14:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T00:31:50.000Z (over 6 years ago)
- Last Synced: 2025-10-11T00:18:51.130Z (8 months ago)
- Language: Kotlin
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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.