Class Raylib.MouseCursor
java.lang.Object
com.raylib.Raylib.MouseCursor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intArrow shapestatic final intCross shapestatic final intDefault pointer shapestatic final intText writing cursor shapestatic final intThe operation-not-allowed shapestatic final intPointing hand cursorstatic final intThe omnidirectional resize/move cursor shapestatic final intHorizontal resize/move arrow shapestatic final intThe top-right to bottom-left diagonal resize/move arrow shapestatic final intVertical resize/move arrow shapestatic final intTop-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()
-