MoonWorksDearImGuiScaffold/lib/ImGui.NET/Generated/ImGuiMouseCursor.gen.cs

18 lines
305 B
C#
Raw Permalink Normal View History

2023-12-22 00:03:12 +01:00
namespace ImGuiNET
{
public enum ImGuiMouseCursor
{
None = -1,
Arrow = 0,
TextInput = 1,
ResizeAll = 2,
ResizeNS = 3,
ResizeEW = 4,
ResizeNESW = 5,
ResizeNWSE = 6,
Hand = 7,
NotAllowed = 8,
COUNT = 9,
}
}