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

13 lines
169 B
C#
Raw Permalink Normal View History

2023-12-22 00:03:12 +01:00
namespace ImGuiNET
{
public enum ImGuiDir
{
None = -1,
Left = 0,
Right = 1,
Up = 2,
Down = 3,
COUNT = 4,
}
}