ch.sahits.game.event
Class KeyPressEvent
java.lang.Object
ch.sahits.game.event.Event
ch.sahits.game.event.KeyPressEvent
public class KeyPressEvent
- extends Event
This event is wraps key events.
- Author:
- andi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
private final KeyEvent key
KeyPressEvent
public KeyPressEvent(KeyEvent key)
- Parameters:
key -
getKey
public KeyEvent getKey()
- Returns:
- the key
Copyright © 2012 Sahits GmbH. All Rights Reserved.