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

Method getContentRect

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

Get window content position and size in the window as UI rect. Returned rect contains the position and size of the window internal content area, also know as client area on Windows, framebuffer in glfw and etc. Returned rect position is relative to left-top window position, if wind

()

Source from the content-addressed store, hash-verified

122 * @return UI content rect
123 */
124 public abstract IRect getContentRect();
125
126 /**
127 * <p>Get window content position and size on the screen as UI rect.</p>

Callers 2

EventWindowResizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected