Uses of Class
com.bombinggames.wurfelengine.core.gameobjects.Cursor
-
Packages that use Cursor Package Description com.bombinggames.wurfelengine.core com.bombinggames.wurfelengine.mapeditor -
-
Uses of Cursor in com.bombinggames.wurfelengine.core
Methods in com.bombinggames.wurfelengine.core that return Cursor Modifier and Type Method Description Cursor
Controller. getCursor()
Get the entity laying under the cursor. -
Uses of Cursor in com.bombinggames.wurfelengine.mapeditor
Methods in com.bombinggames.wurfelengine.mapeditor with parameters of type Cursor Modifier and Type Method Description Command
Tool. getCommand(Cursor cursor, AbstractPlacableTable placableTable)
Constructors in com.bombinggames.wurfelengine.mapeditor with parameters of type Cursor Constructor Description CursorInfo(com.badlogic.gdx.scenes.scene2d.Stage stage, Cursor cursor)
Toolbar(GameView view, com.badlogic.gdx.graphics.g2d.TextureAtlas sprites, Cursor cursor, com.badlogic.gdx.scenes.scene2d.Stage stage)
creates a new toolbar
-