Class SDL_SystemCursor

  • All Implemented Interfaces:
    JnaEnum

    public final class SDL_SystemCursor
    extends Object
    implements JnaEnum
    Cursor types for SDL_CreateSystemCursor().
    • Field Detail

      • SDL_SYSTEM_CURSOR_ARROW

        public static final int SDL_SYSTEM_CURSOR_ARROW
        Arrow
        See Also:
        Constant Field Values
      • SDL_SYSTEM_CURSOR_IBEAM

        public static final int SDL_SYSTEM_CURSOR_IBEAM
        I-beam
        See Also:
        Constant Field Values
      • SDL_SYSTEM_CURSOR_WAIT

        public static final int SDL_SYSTEM_CURSOR_WAIT
        Wait
        See Also:
        Constant Field Values
      • SDL_SYSTEM_CURSOR_CROSSHAIR

        public static final int SDL_SYSTEM_CURSOR_CROSSHAIR
        Crosshair
        See Also:
        Constant Field Values
      • SDL_SYSTEM_CURSOR_WAITARROW

        public static final int SDL_SYSTEM_CURSOR_WAITARROW
        Small wait cursor (or Wait if not available)
        See Also:
        Constant Field Values
      • SDL_SYSTEM_CURSOR_SIZENWSE

        public static final int SDL_SYSTEM_CURSOR_SIZENWSE
        Double arrow pointing northwest and southeast
        See Also:
        Constant Field Values
      • SDL_SYSTEM_CURSOR_SIZENESW

        public static final int SDL_SYSTEM_CURSOR_SIZENESW
        Double arrow pointing northeast and southwest
        See Also:
        Constant Field Values
      • SDL_SYSTEM_CURSOR_SIZEWE

        public static final int SDL_SYSTEM_CURSOR_SIZEWE
        Double arrow pointing west and east
        See Also:
        Constant Field Values
      • SDL_SYSTEM_CURSOR_SIZENS

        public static final int SDL_SYSTEM_CURSOR_SIZENS
        Double arrow pointing north and south
        See Also:
        Constant Field Values
      • SDL_SYSTEM_CURSOR_SIZEALL

        public static final int SDL_SYSTEM_CURSOR_SIZEALL
        Four pointed arrow pointing north, south, east, and west
        See Also:
        Constant Field Values
      • SDL_SYSTEM_CURSOR_NO

        public static final int SDL_SYSTEM_CURSOR_NO
        Slashed circle or crossbones
        See Also:
        Constant Field Values
      • SDL_SYSTEM_CURSOR_HAND

        public static final int SDL_SYSTEM_CURSOR_HAND
        Hand
        See Also:
        Constant Field Values