-
public interface InputListener
-
-
Method Summary
Modifier and Type Method Description BooleanonTap(TapEvent event)Called when the user tapped the content, but nothing handled the event internally (eg. BooleanonDrag(DragEvent event)Called when the user dragged the content, but nothing handled the event internally. BooleanonKey(KeyEvent event)Called when the user pressed or released a key, but nothing handled the event internally.
-