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

13 lines
175 B
C#
Raw Permalink Normal View History

2023-12-22 00:03:12 +01:00
namespace ImGuiNET
{
[System.Flags]
public enum ImGuiModFlags
{
None = 0,
Ctrl = 1,
Shift = 2,
Alt = 4,
Super = 8,
}
}