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

Method onClose

examples/kwinit/src_java/Main.java:130–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 public void onClose() {
131 ExternalAPI.destroyWindow(window);
132 ExternalAPI.stopApplication();
133 }
134
135 public void onResize(int width, int height) {
136 this.width = width;

Callers 2

runMethod · 0.95
onKeyDownMethod · 0.95

Calls 2

destroyWindowMethod · 0.95
stopApplicationMethod · 0.95

Tested by

no test coverage detected