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

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.

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.

![The GUI of the MouseClickTracker](img1.png)

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!