Demo: Display better mouse cursor info for debugging backends.

This commit is contained in:
omar
2017-12-06 22:20:08 +01:00
parent 20c7aab60c
commit 94bf12f14b
2 changed files with 6 additions and 2 deletions

View File

@ -738,7 +738,7 @@ enum ImGuiMouseCursor_
ImGuiMouseCursor_Move, // Unused
ImGuiMouseCursor_ResizeNS, // Unused
ImGuiMouseCursor_ResizeEW, // When hovering over a column
ImGuiMouseCursor_ResizeNESW, // Unused
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_Count_
};