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

Method init

imgui-app/src/main/java/imgui/app/WindowGlfw.java:63–69  ·  view source on GitHub ↗
(final Configuration config)

Source from the content-addressed store, hash-verified

61 private long handle;
62
63 @Override
64 protected void init(final Configuration config) {
65 initWindow(config);
66 owner.initImGui(config);
67 imGuiGlfw.init(handle, true);
68 imGuiGl3.init(glslVersion);
69 }
70
71 @Override
72 protected void dispose() {

Callers

nothing calls this directly

Calls 2

initWindowMethod · 0.95
initImGuiMethod · 0.45

Tested by

no test coverage detected