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

Method createContext

imgui-binding/src/generated/java/imgui/ImGui.java:166–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 // None of those functions is reliant on the current context.
165
166 public static ImGuiContext createContext() {
167 return new ImGuiContext(nCreateContext());
168 }
169
170 public static ImGuiContext createContext(final ImFontAtlas sharedFontAtlas) {
171 return new ImGuiContext(nCreateContext(sharedFontAtlas.ptr));

Callers 1

initImGuiMethod · 0.95

Calls 1

nCreateContextMethod · 0.95

Tested by

no test coverage detected