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

18 lines
345 B
C#
Raw Normal View History

2023-12-22 00:03:12 +01:00
namespace ImGuiNET
{
[System.Flags]
public enum ImGuiComboFlags
{
None = 0,
PopupAlignLeft = 1,
HeightSmall = 2,
HeightRegular = 4,
HeightLarge = 8,
HeightLargest = 16,
NoArrowButton = 32,
NoPreview = 64,
WidthFitPreview = 128,
HeightMask = 30,
}
}