Class PSurfaceJOGL.NEWTKeyListener

java.lang.Object
com.jogamp.newt.event.KeyAdapter
processing.opengl.PSurfaceJOGL.NEWTKeyListener
All Implemented Interfaces:
com.jogamp.newt.event.KeyListener, com.jogamp.newt.event.NEWTEventListener, EventListener
Enclosing class:
PSurfaceJOGL

protected class PSurfaceJOGL.NEWTKeyListener extends com.jogamp.newt.event.KeyAdapter
  • Constructor Details

    • NEWTKeyListener

      public NEWTKeyListener()
  • Method Details

    • keyPressed

      public void keyPressed(com.jogamp.newt.event.KeyEvent e)
      Specified by:
      keyPressed in interface com.jogamp.newt.event.KeyListener
      Overrides:
      keyPressed in class com.jogamp.newt.event.KeyAdapter
    • keyReleased

      public void keyReleased(com.jogamp.newt.event.KeyEvent e)
      Specified by:
      keyReleased in interface com.jogamp.newt.event.KeyListener
      Overrides:
      keyReleased in class com.jogamp.newt.event.KeyAdapter
    • keyTyped

      public void keyTyped(com.jogamp.newt.event.KeyEvent e)