I want to get all mouse events(mainly click events), but I don't want to have a window (at least not a visible one); I'm using this to collect data from a game, and thus don't want to block the vison of the game.
Asked
Active
Viewed 58 times
1
-
I'd say that this is not possible with vanilla Java. Some JNI may be necessary here. – Marco13 Jul 07 '14 at 15:27