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

Method nBeginChild

imgui-binding/src/generated/java/imgui/ImGui.java:679–679  ·  view source on GitHub ↗
(String obj_strId)

Source from the content-addressed store, hash-verified

677 }
678
679 private static native boolean nBeginChild(String obj_strId); /*MANUAL
680 auto strId = obj_strId == NULL ? NULL : (char*)env->GetStringUTFChars(obj_strId, JNI_FALSE);
681 auto _result = ImGui::BeginChild(strId);
682 if (strId != NULL) env->ReleaseStringUTFChars(obj_strId, strId);

Callers 1

beginChildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected