Package | Description |
---|---|
de.lessvoid.nifty.controls | |
de.lessvoid.nifty.elements | |
de.lessvoid.nifty.screen |
Modifier and Type | Method and Description |
---|---|
void |
NiftyInputControl.addInputHandler(KeyInputHandler handler) |
void |
NiftyInputControl.addPreInputHandler(KeyInputHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
Element.addInputHandler(KeyInputHandler handler)
add additional input handler to this element or childs of the elements.
|
void |
Element.addPreInputHandler(KeyInputHandler handler)
add additional input handler to this element or childs of the elements.
|
Modifier and Type | Method and Description |
---|---|
KeyInputHandler |
Screen.InputHandlerWithMapping.getKeyInputHandler() |
Modifier and Type | Method and Description |
---|---|
void |
Screen.addKeyboardInputHandler(NiftyInputMapping mapping,
KeyInputHandler handler)
add a keyboard input handler.
|
void |
Screen.addPreKeyboardInputHandler(NiftyInputMapping mapping,
KeyInputHandler handler)
add a keyboard input handler.
|
void |
Screen.removeKeyboardInputHandler(KeyInputHandler handler) |
void |
Screen.removePreKeyboardInputHandler(KeyInputHandler handler) |
Constructor and Description |
---|
Screen.InputHandlerWithMapping(NiftyInputMapping newMapping,
KeyInputHandler newHandler)
Create InputHandlerWithMapping.
|
Copyright © 2013. All Rights Reserved.