Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpaiR/imgui-java
/ run
Method
run
imgui-app/src/main/java/imgui/app/WindowGlfw.java:147–152 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
}
146
147
@Override
148
protected
void
run() {
149
while
(!glfwWindowShouldClose(handle)) {
150
runFrame();
151
}
152
}
153
154
@Override
155
protected
void
runFrame() {
Callers
nothing calls this directly
Calls
1
runFrame
Method · 0.95
Tested by
no test coverage detected