mirror of
https://github.com/Drezil/imgui.git
synced 2025-08-23 20:33:14 +02:00
Added ImGuiMouseCursor_None for usage by app/binding
This commit is contained in:
1
imgui.h
1
imgui.h
@ -664,6 +664,7 @@ enum ImGuiColorEditMode_
|
|||||||
// Enumeration for GetMouseCursor()
|
// Enumeration for GetMouseCursor()
|
||||||
enum ImGuiMouseCursor_
|
enum ImGuiMouseCursor_
|
||||||
{
|
{
|
||||||
|
ImGuiMouseCursor_None = -1,
|
||||||
ImGuiMouseCursor_Arrow = 0,
|
ImGuiMouseCursor_Arrow = 0,
|
||||||
ImGuiMouseCursor_TextInput, // When hovering over InputText, etc.
|
ImGuiMouseCursor_TextInput, // When hovering over InputText, etc.
|
||||||
ImGuiMouseCursor_Move, // Unused
|
ImGuiMouseCursor_Move, // Unused
|
||||||
|
Reference in New Issue
Block a user