MoonWorksImGuiExample/lib/ImGui.NET/Generated/ImGuiComboFlags.gen.cs

17 lines
314 B
C#

namespace ImGuiNET
{
[System.Flags]
public enum ImGuiComboFlags
{
None = 0,
PopupAlignLeft = 1,
HeightSmall = 2,
HeightRegular = 4,
HeightLarge = 8,
HeightLargest = 16,
NoArrowButton = 32,
NoPreview = 64,
HeightMask = 30,
}
}