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

Method pushID

imgui-binding/src/generated/java/imgui/ImGui.java:2777–2779  ·  view source on GitHub ↗

Push string into the ID stack (will hash string).

(final String strId)

Source from the content-addressed store, hash-verified

2775 * Push string into the ID stack (will hash string).
2776 */
2777 public static void pushID(final String strId) {
2778 nPushID(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);

Callers 1

showMethod · 0.95

Calls 1

nPushIDMethod · 0.95

Tested by

no test coverage detected