| Package | Description |
|---|---|
| com.badlogic.gdx | |
| com.badlogic.gdx.graphics |
| Modifier and Type | Method and Description |
|---|---|
void |
Graphics.setSystemCursor(Cursor.SystemCursor systemCursor)
Sets one of the predefined
Cursor.SystemCursors |
| Modifier and Type | Method and Description |
|---|---|
static Cursor.SystemCursor |
Cursor.SystemCursor.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cursor.SystemCursor[] |
Cursor.SystemCursor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|