 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.mapcursor;
22 import java.awt.Point;
23 import java.util.EventListener;
28 import org.jetbrains.annotations.NotNull;
29 import org.jetbrains.annotations.Nullable;
void mapCursorChangedPos(@NotNull Point location)
This event handler is called when MapCursor has moved.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
Interface for listeners listening to MapCursor related events.
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.
void mapCursorChangedGameObject(@Nullable MapSquare< G, A, R > mapSquare, @Nullable G gameObject)
Called whenever the selected game object has changed.
void mapCursorChangedMode()
This event handler is called when MapCursor changes mode (drag, select).
void mapCursorChangedSize()
Called whenever the map cursor's map grid size has changed.