org.jagatoo.input.events
Class KeyTypedEvent
java.lang.Object
org.jagatoo.input.events.InputEvent
org.jagatoo.input.events.KeyboardEvent
org.jagatoo.input.events.KeyTypedEvent
public class KeyTypedEvent
- extends KeyboardEvent
This type of eevnt is fired when a printable key was typed.
|
Constructor Summary |
protected |
KeyTypedEvent()
Creates a new KeyboardEvent with the default settings |
protected |
KeyTypedEvent(Keyboard keyboard,
char keyChar,
int modifierMask,
long when,
long lastWhen)
Initialises the new KeyboardEvent using the given values. |
|
Method Summary |
char |
getKeyChar()
The key related to this event. |
protected void |
set(Keyboard keyboard,
char keyChar,
int modifierMask,
long when,
long lastWhen)
Initialises the new KeyboardEvent using the given values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
KeyTypedEvent
protected KeyTypedEvent()
- Creates a new KeyboardEvent with the default settings
KeyTypedEvent
protected KeyTypedEvent(Keyboard keyboard,
char keyChar,
int modifierMask,
long when,
long lastWhen)
- Initialises the new KeyboardEvent using the given values.
- Parameters:
keyChar - the char of the typed keywhen - the timestamp of the KeyboardEvent
getKeyChar
public final char getKeyChar()
- The key related to this event.
set
protected void set(Keyboard keyboard,
char keyChar,
int modifierMask,
long when,
long lastWhen)
- Initialises the new KeyboardEvent using the given values.
- Parameters:
keyChar - the char of the typed keywhen - the timestamp of the KeyboardEvent