From 31dc7d8d635b94e4bfdd0834de05c54efa36fd69 Mon Sep 17 00:00:00 2001 From: ocornut Date: Mon, 10 Oct 2016 18:03:37 +0200 Subject: [PATCH] Added ImGuiMouseCursor_None for usage by app/binding --- imgui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/imgui.h b/imgui.h index 6a2fb337..34c70aa0 100644 --- a/imgui.h +++ b/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