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

Method showAboutWindow

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

Create About window. display Dear ImGui version, credits and build/system information.

()

Source from the content-addressed store, hash-verified

391 * Create About window. display Dear ImGui version, credits and build/system information.
392 */
393 public static void showAboutWindow() {
394 nShowAboutWindow();
395 }
396
397 /**
398 * Create About window. display Dear ImGui version, credits and build/system information.

Callers

nothing calls this directly

Calls 2

nShowAboutWindowMethod · 0.95
getDataMethod · 0.65

Tested by

no test coverage detected