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.)
References:
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiHoveredFlags.gen.cs
19 lines | 444 B | text/x-csharp | CSharpLexer
19 lines | 444 B | text/x-csharp | CSharpLexer
r16 | namespace ImGuiNET | |||
{ | ||||
[System.Flags] | ||||
public enum ImGuiHoveredFlags | ||||
{ | ||||
None = 0, | ||||
r503 | ChildWindows = 1, | |||
RootWindow = 2, | ||||
AnyWindow = 4, | ||||
r505 | NoPopupHierarchy = 8, | |||
DockHierarchy = 16, | ||||
AllowWhenBlockedByPopup = 32, | ||||
AllowWhenBlockedByActiveItem = 128, | ||||
AllowWhenOverlapped = 256, | ||||
AllowWhenDisabled = 512, | ||||
RectOnly = 416, | ||||
r503 | RootAndChildWindows = 3, | |||
r16 | } | |||
} | ||||