MCPcopy Create free account
hub / github.com/HumbleUI/JWM / getWindowRect

Method getWindowRect

shared/java/Window.java:107–107  ·  view source on GitHub ↗

Get window position and size on the screen as UI rect. Returned rect contains position and size of the whole window, including window frame decoration. Position is in unified global screen coordinate space with 1:1 pixel mapping. Origin (0,0) is in general top-left corner of the pr

()

Source from the content-addressed store, hash-verified

105 * @return UI window rect
106 */
107 public abstract IRect getWindowRect();
108
109 /**
110 * <p>Get window content position and size in the window as UI rect.</p>

Callers 2

EventWindowResizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected