Interface NEWTEventConsumer

All Known Implementing Classes:
GLWindow

public interface NEWTEventConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Consume the event
  • Method Details

    • consumeEvent

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