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

Method popID

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

Pop from the ID stack.

()

Source from the content-addressed store, hash-verified

2825 * Pop from the ID stack.
2826 */
2827 public static void popID() {
2828 nPopID();
2829 }
2830
2831 private static native void nPopID(); /*
2832 ImGui::PopID();

Callers 1

showMethod · 0.95

Calls 1

nPopIDMethod · 0.95

Tested by

no test coverage detected