Set next window size. set axis to 0.0f to force an auto-fit on this axis. call before Begin()
(final ImVec2 size)
| 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() |
no test coverage detected