Hello,
I want to know the state of my mouse buttons (pressed or not), from outside the target component.
I don't want to use a glasspane to intercept events.
The MouseInfo class can give me the location of the mouse, but not its state.
Is there a way of retrieving mouse state from anywhere in the application ?
Thanks.