public static class Keyboard.TypedEvent extends Keyboard.Event
Event.Input, Event.XY
Modifier and Type | Field and Description |
---|---|
char |
typedChar
The character typed to trigger this event, e.g.
|
flags, time
F_PREVENT_DEFAULT
Constructor and Description |
---|
TypedEvent(int flags,
double time,
char typedChar) |
clearFlag, isAltDown, isCtrlDown, isMetaDown, isSet, isShiftDown, modifierFlags, setFlag, toString, updateFlag
Copyright © 2019. All Rights Reserved.