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

Method _nGetWindowRect

windows/java/WindowWin32.java:223–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221 @ApiStatus.Internal public native void _nSetTextInputEnabled(boolean enabled);
222 @ApiStatus.Internal public native void _nUnmarkText();
223 @ApiStatus.Internal public native IRect _nGetWindowRect();
224 @ApiStatus.Internal public native IRect _nGetContentRect();
225 @ApiStatus.Internal public native void _nSetWindowPosition(int left, int top);
226 @ApiStatus.Internal public native void _nSetWindowSize(int width, int height);

Callers 1

getWindowRectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected