Package io.github.libsdl4j.api.mouse
Class SDL_SystemCursor
- java.lang.Object
-
- io.github.libsdl4j.api.mouse.SDL_SystemCursor
-
-
Field Summary
Fields Modifier and Type Field Description static int
SDL_NUM_SYSTEM_CURSORS
static int
SDL_SYSTEM_CURSOR_ARROW
Arrowstatic int
SDL_SYSTEM_CURSOR_CROSSHAIR
Crosshairstatic int
SDL_SYSTEM_CURSOR_HAND
Handstatic int
SDL_SYSTEM_CURSOR_IBEAM
I-beamstatic int
SDL_SYSTEM_CURSOR_NO
Slashed circle or crossbonesstatic int
SDL_SYSTEM_CURSOR_SIZEALL
Four pointed arrow pointing north, south, east, and weststatic int
SDL_SYSTEM_CURSOR_SIZENESW
Double arrow pointing northeast and southweststatic int
SDL_SYSTEM_CURSOR_SIZENS
Double arrow pointing north and southstatic int
SDL_SYSTEM_CURSOR_SIZENWSE
Double arrow pointing northwest and southeaststatic int
SDL_SYSTEM_CURSOR_SIZEWE
Double arrow pointing west and eaststatic int
SDL_SYSTEM_CURSOR_WAIT
Waitstatic int
SDL_SYSTEM_CURSOR_WAITARROW
Small wait cursor (or Wait if not available)
-
-
-
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
-
SDL_NUM_SYSTEM_CURSORS
public static final int SDL_NUM_SYSTEM_CURSORS
- See Also:
- Constant Field Values
-
-