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

Method _onUIThread

shared/java/Window.java:448–450  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

446 }
447
448 @ApiStatus.Internal public static boolean _onUIThread() {
449 return App._onUIThread();
450 }
451
452 @ApiStatus.Internal public native void _nInit();
453 @ApiStatus.Internal public abstract void _nSetMouseCursor(int cursorIdx);

Callers 3

setLayerMethod · 0.95
setMouseCursorMethod · 0.95
closeMethod · 0.95

Calls 1

_onUIThreadMethod · 0.95

Tested by

no test coverage detected