update to imgui cleanup release 1.44

This commit is contained in:
unknown
2015-08-12 21:12:57 +02:00
parent 4db3562350
commit fb80cc0cfe
6 changed files with 25 additions and 1 deletions

View File

@@ -84,6 +84,11 @@ CIMGUI_API void igGetContentRegionMax(ImVec2* out)
*out = ImGui::GetContentRegionMax();
}
CIMGUI_API void igGetContentRegionAvail(struct ImVec2* out)
{
*out = ImGui::GetContentRegionAvail();
}
CIMGUI_API void igGetWindowContentRegionMin(ImVec2* out)
{
*out = ImGui::GetWindowContentRegionMin();