Package | Description |
---|---|
de.lessvoid.nifty | |
de.lessvoid.nifty.controls | |
de.lessvoid.nifty.elements | |
de.lessvoid.nifty.input | |
de.lessvoid.nifty.input.mapping | |
de.lessvoid.nifty.screen |
Modifier and Type | Method and Description |
---|---|
boolean |
NiftyInputConsumer.processKeyboardEvent(KeyboardInputEvent keyEvent)
Process the given keyboard event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FocusHandler.keyEvent(KeyboardInputEvent inputEvent) |
boolean |
NiftyInputControl.keyEvent(Nifty nifty,
KeyboardInputEvent inputEvent,
String elementId)
keyboard event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Element.keyEvent(KeyboardInputEvent inputEvent)
keyboard event.
|
Modifier and Type | Method and Description |
---|---|
NiftyInputEvent |
NiftyInputMapping.convert(KeyboardInputEvent inputEvent)
convert the given KeyboardInputEvent into a neutralized NiftyInputEvent.
|
Modifier and Type | Method and Description |
---|---|
NiftyInputEvent |
MenuInputMapping.convert(KeyboardInputEvent inputEvent) |
NiftyInputEvent |
DefaultScreenMapping.convert(KeyboardInputEvent inputEvent) |
NiftyInputEvent |
DefaultInputMapping.convert(KeyboardInputEvent inputEvent)
convert the given KeyboardInputEvent into a neutralized NiftyInputEvent.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Screen.keyEvent(KeyboardInputEvent inputEvent)
keyboard event.
|
boolean |
Screen.InputHandlerWithMapping.process(KeyboardInputEvent inputEvent)
Process Keyboard InputEvent.
|
Copyright © 2013. All Rights Reserved.