Class AWTToNewtKeyListener

java.lang.Object
org.jzy3d.bridge.newt.controllers.keyboard.AWTToNewtKeyListener
All Implemented Interfaces:
com.jogamp.newt.event.KeyListener, com.jogamp.newt.event.NEWTEventListener, EventListener

public class AWTToNewtKeyListener extends Object implements com.jogamp.newt.event.KeyListener
Author:
Nils Hoffmann
  • Constructor Details

  • Method Details

    • convertEvent

      protected KeyEvent convertEvent(com.jogamp.newt.event.KeyEvent event, int eventId)
    • keyPressed

      public void keyPressed(com.jogamp.newt.event.KeyEvent ke)
      Specified by:
      keyPressed in interface com.jogamp.newt.event.KeyListener
    • keyReleased

      public void keyReleased(com.jogamp.newt.event.KeyEvent ke)
      Specified by:
      keyReleased in interface com.jogamp.newt.event.KeyListener