Uses of Interface
com.badlogic.gdx.graphics.Cursor
-
Packages that use Cursor Package Description com.badlogic.gdx -
-
Uses of Cursor in com.badlogic.gdx
Methods in com.badlogic.gdx that return Cursor Modifier and Type Method Description CursorGraphics. newCursor(Pixmap pixmap, int xHotspot, int yHotspot)Create a new cursor represented by thePixmap.Methods in com.badlogic.gdx with parameters of type Cursor Modifier and Type Method Description voidGraphics. setCursor(Cursor cursor)Only viable on the lwjgl-backend and on the gwt-backend.
-