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

Method beginChild

imgui-binding/src/generated/java/imgui/ImGui.java:643–645  ·  view source on GitHub ↗
(final String strId)

Source from the content-addressed store, hash-verified

641 // BeginXXX function returned true. Begin and BeginChild are the only odd ones out. Will be fixed in a future update.]
642
643 public static boolean beginChild(final String strId) {
644 return nBeginChild(strId);
645 }
646
647 public static boolean beginChild(final String strId, final ImVec2 size) {
648 return nBeginChild(strId, size.x, size.y);

Callers 2

editTransformMethod · 0.95
showMethod · 0.95

Calls 1

nBeginChildMethod · 0.95

Tested by

no test coverage detected