public interface 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
Modifier and Type | Interface and Description |
---|---|
static class |
Cursor.SystemCursor |
dispose
Copyright © 2019. All rights reserved.