public interface MouseInfoPeer
| Modifier and Type | Method and Description |
|---|---|
int |
fillPointWithCoords(java.awt.Point p)
Get the mouse pointer coordinates and store them in p (obviously non-null)
returns the index of the current screen device of the mouse.
|
boolean |
isWindowUnderMouse(java.awt.Window w)
Returns whether a given Window is under the mouse.
|
int fillPointWithCoords(java.awt.Point p)
boolean isWindowUnderMouse(java.awt.Window w)