Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
onKeyDown
Method · 0.95
Calls
2
destroyWindow
Method · 0.95
stopApplication
Method · 0.95
Tested by
no test coverage detected