Package 

Class KeyboardEventDispatcher

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract KeyboardActionListener getListener() The listener bound to this dispatcher.
      abstract Boolean isHeld(KeyCode key) Returns whether a given key is being held or not at the time of the call.
      • Methods inherited from class it.unibo.alchemist.boundary.jfx.events.keyboard.KeyboardEventDispatcher

        set
      • Methods inherited from class java.lang.Object

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

      • KeyboardEventDispatcher

        KeyboardEventDispatcher()
    • Method Detail

      • isHeld

         abstract Boolean isHeld(KeyCode key)

        Returns whether a given key is being held or not at the time of the call.

        Parameters:
        key - the queried key