(String strId)
| 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); |