Implement ImGuiMouseCursor_NotAllowed mouse cursor.

This commit is contained in:
Rokas Kupstys
2019-12-05 15:32:10 +01:00
committed by omar
parent b5cad20d79
commit 945a509773
6 changed files with 7 additions and 0 deletions
+1
View File
@@ -1188,6 +1188,7 @@ enum ImGuiMouseCursor_
ImGuiMouseCursor_ResizeNESW, // When hovering over the bottom-left corner of a window
ImGuiMouseCursor_ResizeNWSE, // When hovering over the bottom-right corner of a window
ImGuiMouseCursor_Hand, // (Unused by Dear ImGui functions. Use for e.g. hyperlinks)
ImGuiMouseCursor_NotAllowed, // When hovering something with disallowed interaction. Usually a crossed circle.
ImGuiMouseCursor_COUNT
// Obsolete names (will be removed)