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/ImGuiFocusedFlags.gen.cs
12 lines | 212 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
[System.Flags]
public enum ImGuiFocusedFlags
{
None = 0,
ChildWindows = 1,
RootWindow = 2,
AnyWindow = 4,
RootAndChildWindows = 3,
}
}