DarkJustice
DarkJustice

Reputation: 11

Global mouseListener in java for linux

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

Answers (1)

Nishan
Nishan

Reputation: 2871

Checkout the java.awt.MouseInfo class.

http://download.oracle.com/javase/1.5.0/docs/api/java/awt/MouseInfo.html

Upvotes: 1

Related Questions