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

Method nBegin

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

Source from the content-addressed store, hash-verified

582 }
583
584 private static native boolean nBegin(String obj_title); /*MANUAL
585 auto title = obj_title == NULL ? NULL : (char*)env->GetStringUTFChars(obj_title, JNI_FALSE);
586 auto _result = ImGui::Begin(title);
587 if (title != NULL) env->ReleaseStringUTFChars(obj_title, title);

Callers 1

beginMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected