Show More
Commit Description:
Tweak restore and solution file....
Commit Description:
Tweak restore and solution file. * Run restore on the entire solution file. * Remove the ImGui project from the solution file to restore it to a previous version that seemed to work.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiFocusedFlags.gen.cs
14 lines | 270 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
[System.Flags]
public enum ImGuiFocusedFlags
{
None = 0,
ChildWindows = 1,
RootWindow = 2,
AnyWindow = 4,
NoPopupHierarchy = 8,
DockHierarchy = 16,
RootAndChildWindows = 3,
}
}