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

Method nInputInt

imgui-binding/src/generated/java/imgui/ImGui.java:7402–7402  ·  view source on GitHub ↗
(String obj_label, int[] obj_v)

Source from the content-addressed store, hash-verified

7400 }
7401
7402 private static native boolean nInputInt(String obj_label, int[] obj_v); /*MANUAL
7403 auto label = obj_label == NULL ? NULL : (char*)env->GetStringUTFChars(obj_label, JNI_FALSE);
7404 auto v = obj_v == NULL ? NULL : (int*)env->GetPrimitiveArrayCritical(obj_v, JNI_FALSE);
7405 auto _result = ImGui::InputInt(label, (v != NULL ? &v[0] : NULL));

Callers 1

inputIntMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected