Package | Description |
---|---|
com.badlogic.gdx |
Modifier and Type | Method and Description |
---|---|
Cursor |
Graphics.newCursor(Pixmap pixmap,
int xHotspot,
int yHotspot)
Create a new cursor represented by the
Pixmap . |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.setCursor(Cursor cursor)
Only viable on the lwjgl-backend and on the gwt-backend.
|