This commit is contained in:
GamingMinds-DanielC
2023-05-15 14:05:00 +02:00
committed by ocornut
parent ecb0aaa7c2
commit e489e40a85
3 changed files with 7 additions and 6 deletions

View File

@ -1404,6 +1404,7 @@ enum ImGuiInputFlags_
// [SECTION] Clipper support
//-----------------------------------------------------------------------------
// Note that Max is exclusive, so perhaps should be using a Begin/End convention.
struct ImGuiListClipperRange
{
int Min;