Class Lwjgl3WindowAdapter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean closeRequested()
      Called when the user requested to close the window, e.g.
      void created​(Lwjgl3Window window)
      Called after the GLFW window is created.
      void filesDropped​(java.lang.String[] files)
      Called when external files are dropped into the window, e.g from the Desktop.
      void focusGained()
      Called when the window gained focus.
      void focusLost()
      Called when the window lost focus to another window.
      void iconified​(boolean isIconified)
      Called when the window is iconified (i.e.
      void maximized​(boolean isMaximized)
      Called when the window is maximized, or restored from the maximized state.
      void refreshRequested()
      Called when the window content is damaged and needs to be refreshed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait