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

Method Window

shared/java/Window.java:24–28  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

22 public TextInputClient _textInputClient = null;
23
24 @ApiStatus.Internal
25 public Window(long ptr) {
26 super(ptr);
27 _nInit();
28 }
29
30 /**
31 * <p>Set window event listener, which accepts window specific events.</p>

Callers

nothing calls this directly

Calls 1

_nInitMethod · 0.95

Tested by

no test coverage detected