MCPcopy Create free account
hub / github.com/SpaiR/imgui-java / run

Method run

imgui-app/src/main/java/imgui/app/WindowSdl.java:114–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 @Override
115 protected void run() {
116 while (!shouldClose) {
117 runFrame();
118 }
119 }
120
121 @Override
122 protected void runFrame() {

Callers

nothing calls this directly

Calls 1

runFrameMethod · 0.95

Tested by

no test coverage detected