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

Method _nResize

shared/java/LayerGL.java:75–75  ·  view source on GitHub ↗
(int width, int height)

Source from the content-addressed store, hash-verified

73 @ApiStatus.Internal public native void _nReconfigure();
74 @ApiStatus.Internal public native void _nMakeCurrent();
75 @ApiStatus.Internal public native void _nResize(int width, int height);
76 @ApiStatus.Internal public native void _nSwapBuffers();
77 @ApiStatus.Internal public native void _nClose();
78}

Callers 1

resizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected