public interface IViewportListener
| Modifier and Type | Method and Description |
|---|---|
void |
leftClicked(IVector2 position)
This method gets called on left clicks.
|
void leftClicked(IVector2 position)
position - the absolute position in space that was clicked.