mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-15 22:18:29 +01:00
Add ImGuilistClipper struct under CIMGUI_DEFINE_ENUMS_AND_STRUCTS
This commit is contained in:

committed by
Stephan Dilly

parent
389c1f1ad1
commit
dbbac62a84
@@ -387,6 +387,13 @@ struct ImFontConfig {
|
||||
char Name[32];
|
||||
struct ImFont* DstFont;
|
||||
};
|
||||
|
||||
struct ImGuiListClipper
|
||||
{
|
||||
float StartPosY;
|
||||
float ItemsHeight;
|
||||
int ItemsCount, StepNo, DisplayStart, DisplayEnd;
|
||||
};
|
||||
#endif // CIMGUI_DEFINE_ENUMS_AND_STRUCTS
|
||||
|
||||
CIMGUI_API struct ImGuiIO* igGetIO();
|
||||
|
Reference in New Issue
Block a user