Show More
Commit Description:
Add missing component and message.
Commit Description:
Add missing component and message.
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 | } | |||
} | ||||