Show More
Commit Description:
Add missing component and message.
Commit Description:
Add missing component and message.
References:
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiDragDropFlags.gen.cs
18 lines | 458 B | text/x-csharp | CSharpLexer
18 lines | 458 B | text/x-csharp | CSharpLexer
r16 | namespace ImGuiNET | |||
{ | ||||
[System.Flags] | ||||
public enum ImGuiDragDropFlags | ||||
{ | ||||
None = 0, | ||||
r503 | SourceNoPreviewTooltip = 1, | |||
SourceNoDisableHover = 2, | ||||
SourceNoHoldToOpenOthers = 4, | ||||
SourceAllowNullID = 8, | ||||
SourceExtern = 16, | ||||
SourceAutoExpirePayload = 32, | ||||
AcceptBeforeDelivery = 1024, | ||||
AcceptNoDrawDefaultRect = 2048, | ||||
AcceptNoPreviewTooltip = 4096, | ||||
AcceptPeekOnly = 3072, | ||||
r16 | } | |||
} | ||||