Interface ScreenKeyboardEvents.AfterKeyRelease

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.

@FunctionalInterface public static interface ScreenKeyboardEvents.AfterKeyRelease
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterKeyRelease(Screen screen, KeyInput context)
    Called after a pressed key has been released.
  • Method Details

    • afterKeyRelease

      void afterKeyRelease(Screen screen, KeyInput context)
      Called after a pressed key has been released.
      Parameters:
      context - the context of the key press, containing the key, scancode and modifiers
      See Also: