mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-25 17:20:21 +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];
|
char Name[32];
|
||||||
struct ImFont* DstFont;
|
struct ImFont* DstFont;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct ImGuiListClipper
|
||||||
|
{
|
||||||
|
float StartPosY;
|
||||||
|
float ItemsHeight;
|
||||||
|
int ItemsCount, StepNo, DisplayStart, DisplayEnd;
|
||||||
|
};
|
||||||
#endif // CIMGUI_DEFINE_ENUMS_AND_STRUCTS
|
#endif // CIMGUI_DEFINE_ENUMS_AND_STRUCTS
|
||||||
|
|
||||||
CIMGUI_API struct ImGuiIO* igGetIO();
|
CIMGUI_API struct ImGuiIO* igGetIO();
|
||||||
|
Reference in New Issue
Block a user