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

Method nPushID

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

Source from the content-addressed store, hash-verified

2779 }
2780
2781 private static native void nPushID(String strId); /*MANUAL
2782 auto strId = obj_strId == NULL ? NULL : (char*)env->GetStringUTFChars(obj_strId, JNI_FALSE);
2783 ImGui::PushID(strId);
2784 if (strId != NULL) env->ReleaseStringUTFChars(obj_strId, strId);

Callers 1

pushIDMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected