Show More
Commit Description:
Fix issues with BudgetWindowRenderer....
Commit Description:
Fix issues with BudgetWindowRenderer. (grafted from 7992ed911c41c462f47c93592abc80854bdcd8fa)
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiBackendFlags.gen.cs
15 lines | 364 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
[System.Flags]
public enum ImGuiBackendFlags
{
None = 0,
HasGamepad = 1 << 0,
HasMouseCursors = 1 << 1,
HasSetMousePos = 1 << 2,
RendererHasVtxOffset = 1 << 3,
PlatformHasViewports = 1 << 10,
HasMouseHoveredViewport = 1 << 11,
RendererHasViewports = 1 << 12,
}
}