mirror of
https://github.com/Drezil/imgui.git
synced 2025-12-16 00:11:04 +01:00
Demo: Display better mouse cursor info for debugging backends.
This commit is contained in:
2
imgui.h
2
imgui.h
@@ -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_
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user