Show More
Commit Description:
Initial version of logging....
Commit Description:
Initial version of logging. (grafted from 95ee5e1df2d8c277c703b10da6ad36f166d78716)
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiSliderFlags.gen.cs
13 lines | 260 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
[System.Flags]
public enum ImGuiSliderFlags
{
None = 0,
ClampOnInput = 1 << 4,
Logarithmic = 1 << 5,
NoRoundToFormat = 1 << 6,
NoInput = 1 << 7,
InvalidMask = 0x7000000F,
}
}