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

Method setNextWindowSize

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

Set next window size. set axis to 0.0f to force an auto-fit on this axis. call before Begin()

(final ImVec2 size)

Source from the content-addressed store, hash-verified

1171 * Set next window size. set axis to 0.0f to force an auto-fit on this axis. call before Begin()
1172 */
1173 public static void setNextWindowSize(final ImVec2 size) {
1174 nSetNextWindowSize(size.x, size.y);
1175 }
1176
1177 /**
1178 * Set next window size. set axis to 0.0f to force an auto-fit on this axis. call before Begin()

Callers 9

editTransformMethod · 0.95
showMethod · 0.95
showMethod · 0.95
showMethod · 0.95
showMethod · 0.95
showMethod · 0.95
showMethod · 0.95
showMethod · 0.95
showMethod · 0.95

Calls 1

nSetNextWindowSizeMethod · 0.95

Tested by

no test coverage detected