Class AWTKeyInput

java.lang.Object
com.jme3.input.AWTInput
com.jme3.input.AWTKeyInput
All Implemented Interfaces:
Input, KeyInput, KeyListener, EventListener

public class AWTKeyInput extends AWTInput implements KeyInput, KeyListener
The implementation of the KeyInput dedicated to AWT component.

This class is based on the JavaFX original code provided by Alexander Brui (see JME3-FX)