Class WorldInputHandler
java.lang.Object
- All Implemented Interfaces:
- KeyListener, EventListener
public class WorldInputHandler
- extends Object
- implements KeyListener
Methods inherited from class |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorldInputHandler
public WorldInputHandler(World w_)
keyPressed
public void keyPressed(KeyEvent e)
- Specified by:
keyPressed
in interface KeyListener
keyReleased
public void keyReleased(KeyEvent e)
- Specified by:
keyReleased
in interface KeyListener
keyTyped
public void keyTyped(KeyEvent e)
- Specified by:
keyTyped
in interface KeyListener