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

https://github.com/njanakiev/windows-mouse-capture

Mouse Movement Tracker for Windows
https://github.com/njanakiev/windows-mouse-capture

cli command-line-tool mouse-tracking win32 windows

Last synced: about 1 year ago
JSON representation

Mouse Movement Tracker for Windows

Awesome Lists containing this project

README

          

# WindowsMouseCapture
This light-weight command-line-tool collects the coordinates of your mouse on the screen.

# Usage
The program is executed with:

```bash
MouseCapture.exe [OUTPUT FILE] ([SAMPLE RATE])
```

You can specify the output file of the mouse tracking and the sampling rate that is used. The sampling rate can be between 1 and 1000 (times per second) and is by default 10. You can stop the mouse tracking by pressing `CTRL ALT SHIFT F9`.

# License
This project is licensed under the MIT license. See the [LICENSE](LICENSE) for details.