Package arc
Interface Graphics.Cursor
- All Superinterfaces:
Disposable
- All Known Implementing Classes:
Graphics.Cursor.SystemCursor
,SdlGraphics.SdlCursor
- Enclosing class:
- Graphics
Represents a mouse cursor. Create a cursor via
Graphics.newCursor(Pixmap, int, int)
. To
set the cursor use Graphics.setCursor(Cursor)
.
To use one of the system cursors, call Graphics#setSystemCursor
-
Nested Class Summary
-
Method Summary
Methods inherited from interface arc.util.Disposable
dispose, isDisposed