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