MCPcopy Create free account
hub / github.com/HumbleUI/Skija / destroyWindow

Method destroyWindow

examples/kwinit/src_java/ExternalAPI.java:14–14  ·  view source on GitHub ↗
(long window)

Source from the content-addressed store, hash-verified

12 public static native String getOuterPosition(long window);
13 public static native void setOuterPosition(long window, float x, float y);
14 public static native void destroyWindow(long window);
15 public static native void stopApplication();
16
17 public static native void macosMoveStandardWindowButtons(long window, float center_x, float center_y);

Callers 1

onCloseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected