We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea2712 commit 423612cCopy full SHA for 423612c
imgui-binding/src/main/java/imgui/ImGui.java
@@ -885,7 +885,7 @@ public static ImVec2 getWindowContentRegionMin() {
885
return ImGui::GetWindowContentRegionMin().y;
886
*/
887
888
- public final ImVec2 getWindowContentRegionMax() {
+ public static ImVec2 getWindowContentRegionMax() {
889
final ImVec2 value = new ImVec2();
890
getWindowContentRegionMax(value);
891
return value;
0 commit comments