MCPcopy Index your code
hub / github.com/SpaiR/imgui-java / process

Method process

example/src/main/java/MainSdl.java:19–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 @Override
20 public void process() {
21 ImGui.begin("SDL3 + SDL_GPU");
22 ImGui.text("Hello from the SDL backend!");
23 ImGui.end();
24 }
25
26 public static void main(final String[] args) {
27 launch(new MainSdl());

Callers

nothing calls this directly

Calls 3

beginMethod · 0.95
textMethod · 0.95
endMethod · 0.95

Tested by

no test coverage detected