Interface InputEvent

    • Method Detail

      • isConsumed

        boolean isConsumed()
        Returns:
        Whether the input associated with this event has been consumed.
      • consume

        void consume()
        Consumes the input associated with this event. The event is marked as consumed so that other listeners will be on notice not to consume the input.
      • getInput

        Input getInput()
        Returns:
        The input associated with this event, or null if there is no input associated with this event.