It is currently May 9th, 2024, 8:55 am

Global click recorder possible?

Get help with creating, editing & fixing problems with skins
Kyremi
Posts: 41
Joined: September 22nd, 2011, 1:03 pm

Global click recorder possible?

Post by Kyremi »

Late one night I was wondering how many clicks, per average, I do in one session of using the PC. So obviously the next step is to make something which records this and displays it nicely... is this something Rainmeter can do? I found several mouse events at http://rainmeter.net/cms/MouseActions but it seems to imply that it recognises the event only when it occurs on the skin itself; I'd want it to be global i.e. whatever program has focus, the skin would still count the mouse clicks.
Is this possible?
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: Global click recorder possible?

Post by Kaelri »

Not with Rainmeter. As you discovered, Rainmeter only knows when you click on a skin. It has no way of monitoring your clicks in other programs.

Here's something I found in a cursory Google search to count global clicks.
Kyremi
Posts: 41
Joined: September 22nd, 2011, 1:03 pm

Re: Global click recorder possible?

Post by Kyremi »

Ah well, pity. The concept seems simple enough that I think I'll try to write a little C# program to do this rather than download an existing one... cheers for the info :)