Show More
Commit Description:
Add Graph file I missed.
Commit Description:
Add Graph file I missed.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiHoveredFlags.gen.cs
17 lines | 383 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
[System.Flags]
public enum ImGuiHoveredFlags
{
None = 0,
ChildWindows = 1,
RootWindow = 2,
AnyWindow = 4,
AllowWhenBlockedByPopup = 8,
AllowWhenBlockedByActiveItem = 32,
AllowWhenOverlapped = 64,
AllowWhenDisabled = 128,
RectOnly = 104,
RootAndChildWindows = 3,
}
}