void UI::SetNextWindowSize(int w, int h, Cond cond = UI::Cond::Appearing)
Sets the size for the next window created with UI::Begin(). The size is automatically scaled by UI::GetScale().
int w
int
w
int h
h
UI::Cond cond
UI::Cond
cond