mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-16 22:28:30 +01:00
update to imgui cleanup release 1.44
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user