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

Method _nSetMouseCursor

windows/java/WindowWin32.java:234–234  ·  view source on GitHub ↗
(int cursorId)

Source from the content-addressed store, hash-verified

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();
237 @ApiStatus.Internal public native void _nMaximize();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected