Class Raylib.MouseCursor

java.lang.Object
com.raylib.Raylib.MouseCursor
Enclosing class:
Raylib

public static class Raylib.MouseCursor extends Object
Mouse cursor
  • Field Details

    • MOUSE_CURSOR_DEFAULT

      public static final int MOUSE_CURSOR_DEFAULT
      Default pointer shape
      See Also:
    • MOUSE_CURSOR_ARROW

      public static final int MOUSE_CURSOR_ARROW
      Arrow shape
      See Also:
    • MOUSE_CURSOR_IBEAM

      public static final int MOUSE_CURSOR_IBEAM
      Text writing cursor shape
      See Also:
    • MOUSE_CURSOR_CROSSHAIR

      public static final int MOUSE_CURSOR_CROSSHAIR
      Cross shape
      See Also:
    • MOUSE_CURSOR_POINTING_HAND

      public static final int MOUSE_CURSOR_POINTING_HAND
      Pointing hand cursor
      See Also:
    • MOUSE_CURSOR_RESIZE_EW

      public static final int MOUSE_CURSOR_RESIZE_EW
      Horizontal resize/move arrow shape
      See Also:
    • MOUSE_CURSOR_RESIZE_NS

      public static final int MOUSE_CURSOR_RESIZE_NS
      Vertical resize/move arrow shape
      See Also:
    • MOUSE_CURSOR_RESIZE_NWSE

      public static final int MOUSE_CURSOR_RESIZE_NWSE
      Top-left to bottom-right diagonal resize/move arrow shape
      See Also:
    • MOUSE_CURSOR_RESIZE_NESW

      public static final int MOUSE_CURSOR_RESIZE_NESW
      The top-right to bottom-left diagonal resize/move arrow shape
      See Also:
    • MOUSE_CURSOR_RESIZE_ALL

      public static final int MOUSE_CURSOR_RESIZE_ALL
      The omnidirectional resize/move cursor shape
      See Also:
    • MOUSE_CURSOR_NOT_ALLOWED

      public static final int MOUSE_CURSOR_NOT_ALLOWED
      The operation-not-allowed shape
      See Also:
  • Constructor Details

    • MouseCursor

      public MouseCursor()