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

Method _nGetOpacity

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

Source from the content-addressed store, hash-verified

231 @ApiStatus.Internal public native void _nSetVisible(boolean isVisible);
232 @ApiStatus.Internal public native void _nSetOpacity(float opacity);
233 @ApiStatus.Internal public native float _nGetOpacity();
234 @ApiStatus.Internal public native void _nSetMouseCursor(int cursorId);
235 @ApiStatus.Internal public native Screen _nGetScreen();
236 @ApiStatus.Internal public native void _nRequestFrame();

Callers 1

getOpacityMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected