Interface ScreenKeyboardEvents.BeforeKeyPress
- Enclosing class:
ScreenKeyboardEvents
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeKeyPress(Screen screen, KeyInput context) Called before a key press is handled.
-
Method Details
-
beforeKeyPress
Called before a key press is handled.- Parameters:
context- the context of the key press, containing the key, scancode and modifiers- See Also:
-