Show More
Commit Description:
Make bulldozer have a red cursor.
Commit Description:
Make bulldozer have a red cursor.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiPopupFlags.gen.cs
18 lines | 403 B | text/x-csharp | CSharpLexer
Add ImGui.
r16 namespace ImGuiNET
{
[System.Flags]
public enum ImGuiPopupFlags
{
None = 0,
MouseButtonLeft = 0,
MouseButtonRight = 1,
MouseButtonMiddle = 2,
Get really basic graph working.
r503 MouseButtonMask = 31,
Add ImGui.
r16 MouseButtonDefault = 1,
Get really basic graph working.
r503 NoOpenOverExistingPopup = 32,
NoOpenOverItems = 64,
AnyPopupId = 128,
AnyPopupLevel = 256,
AnyPopup = 384,
Add ImGui.
r16 }
}