Reputation: 11
Hi there I'm making a program about linux control and I need to read mouse location and events outside my app window.
Upvotes: 1
Views: 315
Reputation: 2871
Checkout the java.awt.MouseInfo
class.
http://download.oracle.com/javase/1.5.0/docs/api/java/awt/MouseInfo.html
Upvotes: 1