Show More
Commit Description:
Fix bug in Options window....
Commit Description:
Fix bug in Options window. Options window was crashing, possibly due to an ImGui upgrade.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiButtonFlags.gen.cs
13 lines | 256 B | text/x-csharp | CSharpLexer
Add ImGui.
r16 namespace ImGuiNET
{
[System.Flags]
public enum ImGuiButtonFlags
{
None = 0,
Get really basic graph working.
r503 MouseButtonLeft = 1,
MouseButtonRight = 2,
MouseButtonMiddle = 4,
MouseButtonMask = 7,
MouseButtonDefault = 1,
Add ImGui.
r16 }
}