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

Method begin

imgui-binding/src/generated/java/imgui/ImGui.java:568–570  ·  view source on GitHub ↗
(final String title)

Source from the content-addressed store, hash-verified

566 // - Note that the bottom of window stack always contains a window called "Debug".
567
568 public static boolean begin(final String title) {
569 return nBegin(title);
570 }
571
572 public static boolean begin(final String title, final ImBoolean pOpen) {
573 return nBegin(title, pOpen != null ? pOpen.getData() : null);

Callers 13

showMethod · 0.95
showMethod · 0.95
editTransformMethod · 0.95
showMethod · 0.95
showMethod · 0.95
processMethod · 0.95
showMethod · 0.95
showMethod · 0.95
processMethod · 0.95
showMethod · 0.95
showMethod · 0.95
showMethod · 0.95

Calls 2

nBeginMethod · 0.95
getDataMethod · 0.65

Tested by

no test coverage detected