An application written in C#/WPF that tracks the mouse over multiple monitors.
It doesn't really have a purpose per se, but looks nifty(ish)…
:)

So… What I’ve done here is tracked my mouse movements for a short while (the dots represent points where I stopped), and then combined a print screen of my desktop with the output from the application (see below):

That kind of sums it up…
A few things to note -
- It stores all temporary files in your ‘My Pictures’ folder, in a new folder called MousePath.
- It attempts to clean that directory, but invariably misses a few :(
- When it starts up, it will cover your whole screen, ALT-F4 will exit, but you’ll need to press the Windows key on the keyboard (or ALT-TAB) to switch to another program (after that, it should sit comfortably behind the taskbar)
- To build the source code, you'll either need to install the Reactive extensions from:
http://msdn.microsoft.com/en-us/data/gg577610 or use
nuget and search for 'reactive'
Erm, it’s not too memory intensive…
I do plan to fix these, but if I didn’t upload it now, I probably never would…