Package 

Interface InputListener

    • Method Summary

      Modifier and Type Method Description
      Boolean onTap(TapEvent event) Called when the user tapped the content, but nothing handled the event internally (eg.
      Boolean onDrag(DragEvent event) Called when the user dragged the content, but nothing handled the event internally.
      Boolean onKey(KeyEvent event) Called when the user pressed or released a key, but nothing handled the event internally.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onTap

         Boolean onTap(TapEvent event)

        Called when the user tapped the content, but nothing handled the event internally (eg. by following an internal link).

      • onDrag

         Boolean onDrag(DragEvent event)

        Called when the user dragged the content, but nothing handled the event internally.

      • onKey

         Boolean onKey(KeyEvent event)

        Called when the user pressed or released a key, but nothing handled the event internally.