public final class ImGuiMouseCursor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Arrow |
static int |
COUNT |
static int |
Hand
(Unused by Dear ImGui functions.
|
static int |
None |
static int |
NotAllowed
When hovering something with disallowed interaction.
|
static int |
ResizeAll
(Unused by Dear ImGui functions)
|
static int |
ResizeEW
When hovering over a vertical border or a column
|
static int |
ResizeNESW
When hovering over the bottom-left corner of a window
|
static int |
ResizeNS
When hovering over an horizontal border
|
static int |
ResizeNWSE
When hovering over the bottom-right corner of a window
|
static int |
TextInput
When hovering over InputText, etc.
|
public static final int None
public static final int Arrow
public static final int TextInput
public static final int ResizeAll
public static final int ResizeNS
public static final int ResizeEW
public static final int ResizeNESW
public static final int ResizeNWSE
public static final int Hand
public static final int NotAllowed
public static final int COUNT