Show More
Commit Description:
Only scroll after a slight delay....
Commit Description:
Only scroll after a slight delay. Wait about 1/3 of a second before beginning to scroll. Otherwise it becomes too easy to trigger by mistake when mousing over to the toolbar.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiComboFlags.gen.cs
16 lines | 314 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
[System.Flags]
public enum ImGuiComboFlags
{
None = 0,
PopupAlignLeft = 1,
HeightSmall = 2,
HeightRegular = 4,
HeightLarge = 8,
HeightLargest = 16,
NoArrowButton = 32,
NoPreview = 64,
HeightMask = 30,
}
}