commit | 31dc7d8d635b94e4bfdd0834de05c54efa36fd69 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Mon Oct 10 18:03:37 2016 +0200 |
committer | ocornut <omarcornut@gmail.com> | Mon Oct 10 18:03:37 2016 +0200 |
tree | c6892f0545726aff8c55dd565952c411f77d66f2 | |
parent | 4de35b4f30ab353a2c7a2fec4058e3717d59236a [diff] |
Added ImGuiMouseCursor_None for usage by app/binding
diff --git a/imgui.h b/imgui.h index 6a2fb33..34c70aa 100644 --- a/imgui.h +++ b/imgui.h
@@ -664,6 +664,7 @@ // Enumeration for GetMouseCursor() enum ImGuiMouseCursor_ { + ImGuiMouseCursor_None = -1, ImGuiMouseCursor_Arrow = 0, ImGuiMouseCursor_TextInput, // When hovering over InputText, etc. ImGuiMouseCursor_Move, // Unused