Interface KeyboardChannel.KeyboardMethodHandler

All Known Implementing Classes:
KeyboardManager
Enclosing class:
KeyboardChannel

public static interface KeyboardChannel.KeyboardMethodHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the keyboard pressed states.
  • Method Details

    • getKeyboardState

      Map<Long,Long> 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.