java.awt.peer

Interface MouseInfoPeer

public interface MouseInfoPeer

MouseInfoPeer is the peer interface java.awt.MouseInfo.

Since: 1.5

Method Summary
intfillPointWithCoords(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.
booleanisWindowUnderMouse(Window w)
Returns whether a given Window is under the mouse.

Method Detail

fillPointWithCoords

public int fillPointWithCoords(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.

isWindowUnderMouse

public boolean isWindowUnderMouse(Window w)
Returns whether a given Window is under the mouse.