Package com.raylib
Class Raylib.MouseCursor
java.lang.Object
com.raylib.Raylib.MouseCursor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Arrow shapestatic final int
Cross shapestatic final int
Default pointer shapestatic final int
Text writing cursor shapestatic final int
The operation-not-allowed shapestatic final int
Pointing hand cursorstatic final int
The omnidirectional resize/move cursor shapestatic final int
Horizontal resize/move arrow shapestatic final int
The top-right to bottom-left diagonal resize/move arrow shapestatic final int
Vertical resize/move arrow shapestatic final int
Top-left to bottom-right diagonal resize/move arrow shape -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOUSE_CURSOR_DEFAULT
public static final int MOUSE_CURSOR_DEFAULTDefault pointer shape- See Also:
-
MOUSE_CURSOR_ARROW
public static final int MOUSE_CURSOR_ARROWArrow shape- See Also:
-
MOUSE_CURSOR_IBEAM
public static final int MOUSE_CURSOR_IBEAMText writing cursor shape- See Also:
-
MOUSE_CURSOR_CROSSHAIR
public static final int MOUSE_CURSOR_CROSSHAIRCross shape- See Also:
-
MOUSE_CURSOR_POINTING_HAND
public static final int MOUSE_CURSOR_POINTING_HANDPointing hand cursor- See Also:
-
MOUSE_CURSOR_RESIZE_EW
public static final int MOUSE_CURSOR_RESIZE_EWHorizontal resize/move arrow shape- See Also:
-
MOUSE_CURSOR_RESIZE_NS
public static final int MOUSE_CURSOR_RESIZE_NSVertical resize/move arrow shape- See Also:
-
MOUSE_CURSOR_RESIZE_NWSE
public static final int MOUSE_CURSOR_RESIZE_NWSETop-left to bottom-right diagonal resize/move arrow shape- See Also:
-
MOUSE_CURSOR_RESIZE_NESW
public static final int MOUSE_CURSOR_RESIZE_NESWThe top-right to bottom-left diagonal resize/move arrow shape- See Also:
-
MOUSE_CURSOR_RESIZE_ALL
public static final int MOUSE_CURSOR_RESIZE_ALLThe omnidirectional resize/move cursor shape- See Also:
-
MOUSE_CURSOR_NOT_ALLOWED
public static final int MOUSE_CURSOR_NOT_ALLOWEDThe operation-not-allowed shape- See Also:
-
-
Constructor Details
-
MouseCursor
public MouseCursor()
-