Interface GestureInputEvent

    • Method Detail

      • getKeys

        java.util.Set<Key> getKeys()
        Returns:
        The keys that were pressed when this event was generated.
      • hasAltKey

        boolean hasAltKey()
        Determines whether an Alt key was pressed when this event was generated.
        Returns:
        true if one of the Alt keys were pressed when this event was generated.
        See Also:
        getKeys()
      • hasControlKey

        boolean hasControlKey()
        Determines whether a Control key was pressed when this event was generated.
        Returns:
        true if one of the Control keys were pressed when this event was generated.
        See Also:
        getKeys()
      • hasShiftKey

        boolean hasShiftKey()
        Determines whether a Shift key was pressed when this event was generated.
        Returns:
        true if one of the Shift keys were pressed when this event was generated.
        See Also:
        getKeys()
      • getInput

        GestureInput getInput()
        Specified by:
        getInput in interface InputEvent
        Returns:
        The input associated with this event, or null if there is no input associated with this event.