Class Window

java.lang.Object
com.gaia3d.renderer.engine.Window

public class Window extends Object
  • Constructor Details

  • Method Details

    • glMakeContextCurrent

      public void glMakeContextCurrent()
    • keyCallBack

      public void keyCallBack(int key, int action)
    • cleanup

      public void cleanup()
    • isKeyPressed

      public boolean isKeyPressed(int keyCode)
    • pollEvents

      public void pollEvents()
    • update

      public void update()
    • windowShouldClose

      public boolean windowShouldClose()