https://github.com/hasderhi/mouseclicktracker
A neat little tool to track mouse clicks on your screen written in C#. It logs mouse clicks and displays them in a heatmap.
https://github.com/hasderhi/mouseclicktracker
mouse-clicks mouse-tracking tracker
Last synced: 11 months ago
JSON representation
A neat little tool to track mouse clicks on your screen written in C#. It logs mouse clicks and displays them in a heatmap.
- Host: GitHub
- URL: https://github.com/hasderhi/mouseclicktracker
- Owner: hasderhi
- License: mit
- Created: 2025-03-08T22:05:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-09T15:08:26.000Z (over 1 year ago)
- Last Synced: 2025-03-09T16:20:01.169Z (over 1 year ago)
- Topics: mouse-clicks, mouse-tracking, tracker
- Language: C#
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MouseClickTracker
A neat little tool to track mouse clicks on your screen.
It has no real use, but it's a fun little project to play with.
It's written in C# using the Windows API. It also has a simple GUI
made with Windows Forms. It logs mouse clicks and displays them in a
heatmap. The heatmap can be saved as an image file.

You can download the source code or the latest release from [here](https://github.com/hasderhi/MouseClickTracker/releases).
Released under the MIT License. See the LICENSE file for details.
# tk_dev - Software with passion!