Package arc

Interface Graphics.Cursor

All Superinterfaces:
Disposable
All Known Implementing Classes:
Graphics.Cursor.SystemCursor, SdlGraphics.SdlCursor
Enclosing class:
Graphics

public static interface Graphics.Cursor extends Disposable

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