|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyInputHandler | |
---|---|
de.lessvoid.nifty.controls | |
de.lessvoid.nifty.elements | |
de.lessvoid.nifty.screen |
Uses of KeyInputHandler in de.lessvoid.nifty.controls |
---|
Methods in de.lessvoid.nifty.controls with parameters of type KeyInputHandler | |
---|---|
void |
NiftyInputControl.addInputHandler(KeyInputHandler handler)
|
void |
NiftyInputControl.addPreInputHandler(KeyInputHandler handler)
|
Uses of KeyInputHandler in de.lessvoid.nifty.elements |
---|
Methods in de.lessvoid.nifty.elements with parameters of type KeyInputHandler | |
---|---|
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. |
Uses of KeyInputHandler in de.lessvoid.nifty.screen |
---|
Methods in de.lessvoid.nifty.screen that return KeyInputHandler | |
---|---|
KeyInputHandler |
Screen.InputHandlerWithMapping.getKeyInputHandler()
|
Methods in de.lessvoid.nifty.screen with parameters of type KeyInputHandler | |
---|---|
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)
|
Constructors in de.lessvoid.nifty.screen with parameters of type KeyInputHandler | |
---|---|
Screen.InputHandlerWithMapping(NiftyInputMapping newMapping,
KeyInputHandler newHandler)
Create InputHandlerWithMapping. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |