Interface KeyboardChannel.KeyboardMethodHandler
- All Known Implementing Classes:
KeyboardManager
- Enclosing class:
- KeyboardChannel
public static interface KeyboardChannel.KeyboardMethodHandler
-
Method Summary
Modifier and TypeMethodDescriptionReturns the keyboard pressed states.
-
Method Details
-
getKeyboardState
Returns the keyboard pressed states.- Returns:
- A map whose keys are physical keyboard key IDs and values are the corresponding logical keyboard key IDs.
-