Interface NEWTEventConsumer

  • All Known Implementing Classes:
    GLWindow

    public interface NEWTEventConsumer
    • Method Detail

      • consumeEvent

        boolean consumeEvent​(NEWTEvent event)
        Consume the event
        Returns:
        true if the event has been consumed, otherwise it returns false for later propagation.