|
|
|
@ -756,8 +756,8 @@ enum ImGuiMouseCursor_
|
|
|
|
|
ImGuiMouseCursor_Arrow = 0,
|
|
|
|
|
ImGuiMouseCursor_TextInput, // When hovering over InputText, etc.
|
|
|
|
|
ImGuiMouseCursor_Move, // Unused
|
|
|
|
|
ImGuiMouseCursor_ResizeNS, // Unused
|
|
|
|
|
ImGuiMouseCursor_ResizeEW, // When hovering over a column
|
|
|
|
|
ImGuiMouseCursor_ResizeNS, // When hovering over an horizontal border
|
|
|
|
|
ImGuiMouseCursor_ResizeEW, // When hovering over a vertical border or a column
|
|
|
|
|
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_
|
|
|
|
|