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
- Host: GitHub
- URL: https://github.com/njanakiev/windows-mouse-capture
- Owner: njanakiev
- License: mit
- Created: 2018-12-26T21:07:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T21:16:51.000Z (over 7 years ago)
- Last Synced: 2025-02-17T15:17:26.745Z (over 1 year ago)
- Topics: cli, command-line-tool, mouse-tracking, win32, windows
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.