Show More
Commit Description:
Add little ponds and improve water status messages....
Commit Description:
Add little ponds and improve water status messages. No longer render water cells as "Water Oak." (Oak is the value of the enum when set to zero.)
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiFocusedFlags.gen.cs
14 lines | 270 B | text/x-csharp | CSharpLexer
Add ImGui.
r16 namespace ImGuiNET
{
[System.Flags]
public enum ImGuiFocusedFlags
{
None = 0,
Get really basic graph working.
r503 ChildWindows = 1,
RootWindow = 2,
AnyWindow = 4,
Include implot.
r505 NoPopupHierarchy = 8,
DockHierarchy = 16,
Get really basic graph working.
r503 RootAndChildWindows = 3,
Add ImGui.
r16 }
}