Count all keyboard strokes
I'm creating a Java application that will run on background to count all
mouse moves and keyboard strokes the user did while working (not in that
application only but in every thing the user is working in).
I did the mouse moves part using both classes java.awt.Point and
java.awt.MouseInfo, I try to find something like that but with keyboard
strokes. If any one know how please reply.
No comments:
Post a Comment