public static interface Widget.KeyReleaseEvent
getKeyval()
on the event
parameter gets you to the constant representing the key that was
actually typed.Modifier and Type | Method and Description |
---|---|
boolean |
onKeyReleaseEvent(Widget source,
EventKey event)
(See the comment at
Widget.KeyReleaseEvent to understand the return value) |
boolean onKeyReleaseEvent(Widget source, EventKey event)
Widget.KeyReleaseEvent
to understand the return value)