Show More
Commit Description:
Get really basic graph working.
Commit Description:
Get really basic graph working.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiComboFlags.gen.cs
16 lines | 314 B | text/x-csharp | CSharpLexer
Add ImGui.
r16 namespace ImGuiNET
{
[System.Flags]
public enum ImGuiComboFlags
{
None = 0,
Get really basic graph working.
r503 PopupAlignLeft = 1,
HeightSmall = 2,
HeightRegular = 4,
HeightLarge = 8,
HeightLargest = 16,
NoArrowButton = 32,
NoPreview = 64,
HeightMask = 30,
Add ImGui.
r16 }
}