Package com.badlogic.gdx.graphics
Interface Cursor
-
- All Superinterfaces:
Disposable
public interface Cursor extends Disposable
Represents a mouse cursor. Create a cursor via
Graphics.newCursor(Pixmap, int, int). To set the cursor useGraphics.setCursor(Cursor). To use one of the system cursors, call Graphics#setSystemCursor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCursor.SystemCursor
-
Method Summary
-
Methods inherited from interface com.badlogic.gdx.utils.Disposable
dispose
-
-