enum ImGui::ImGuiMouseCursor
Overview
Defined in:
types.crEnum Members
-
None =
-1
-
Arrow =
0
-
TextInput =
1
-
When hovering over InputText, etc.
-
ResizeAll =
2
-
(Unused by Dear ImGui functions)
-
ResizeNS =
3
-
When hovering over a horizontal border
-
ResizeEW =
4
-
When hovering over a vertical border or a column
-
ResizeNESW =
5
-
When hovering over the bottom-left corner of a window
-
ResizeNWSE =
6
-
When hovering over the bottom-right corner of a window
-
Hand =
7
-
(Unused by Dear ImGui functions. Use for e.g. hyperlinks)
-
NotAllowed =
8
-
When hovering something with disallowed interaction. Usually a crossed circle.
Instance Method Summary
- #arrow?
- #hand?
- #none?
- #not_allowed?
- #resize_all?
- #resize_ew?
- #resize_nesw?
- #resize_ns?
- #resize_nwse?
- #text_input?