mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-12 00:14:20 +00:00
Added ImGuiMouseCursor_None for usage by app/binding
This commit is contained in:
parent
4de35b4f30
commit
31dc7d8d63
1 changed files with 1 additions and 0 deletions
1
imgui.h
1
imgui.h
|
|
@ -664,6 +664,7 @@ enum ImGuiColorEditMode_
|
|||
// Enumeration for GetMouseCursor()
|
||||
enum ImGuiMouseCursor_
|
||||
{
|
||||
ImGuiMouseCursor_None = -1,
|
||||
ImGuiMouseCursor_Arrow = 0,
|
||||
ImGuiMouseCursor_TextInput, // When hovering over InputText, etc.
|
||||
ImGuiMouseCursor_Move, // Unused
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue