user34537
user34537

Reputation:

user key/mouse input tracking. C#

I want to track how long i been away from my keyboard/how long i took a break. I figure tracking my keyboard and mouse is a good way to see when i left and arrived. Whats the best way to track this? Some options i see

Upvotes: 1

Views: 1344

Answers (2)

Aaron Smith
Aaron Smith

Reputation: 3362

Try looking at this.

You shouldn't need to do the tracking yourself, it looks like you can do system calls to get the idle time.

Upvotes: 4

Related Questions