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

Method showDemoWindow

imgui-binding/src/generated/java/imgui/ImGui.java:297–299  ·  view source on GitHub ↗

Create Demo window. Demonstrate most ImGui features. Call this to learn about the library!

()

Source from the content-addressed store, hash-verified

295 * Create Demo window. Demonstrate most ImGui features. Call this to learn about the library!
296 */
297 public static void showDemoWindow() {
298 nShowDemoWindow();
299 }
300
301 /**
302 * Create Demo window. Demonstrate most ImGui features. Call this to learn about the library!

Callers 1

showMethod · 0.95

Calls 2

nShowDemoWindowMethod · 0.95
getDataMethod · 0.65

Tested by

no test coverage detected