Only viable on the lwjgl-backend and on the gwt-backend. Browsers that support cursor:url() and support the png format (the pixmap is converted to a data-url of type image/png) should also support custom cursors. Will set the mouse cursor image to the image represented by the {@link com.badlogic.gdx
(Cursor cursor)
| 369 | * |
| 370 | * @param cursor the mouse cursor as a {@link com.badlogic.gdx.graphics.Cursor} */ |
| 371 | void setCursor (Cursor cursor); |
| 372 | |
| 373 | /** Sets one of the predefined {@link SystemCursor}s */ |
| 374 | void setSystemCursor (SystemCursor systemCursor); |
no outgoing calls