src/macosx/classes/sun/lwawt/PlatformWindow.java

Print this page

        

@@ -149,6 +149,8 @@
     public void setWindowState(int windowState);
 
     public long getLayerPtr();
 
     public LWWindowPeer getPeer();
+
+    public boolean isUnderMouse();
 }