Interface EventControllerKey.OnKeyReleased

Enclosing class:
EventControllerKey
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 EventControllerKey.OnKeyReleased
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onKeyReleased(int keyval, int keycode, int state)
    Emitted whenever a key is released.
  • Method Details

    • onKeyReleased

      void onKeyReleased(int keyval, int keycode, int state)
      Emitted whenever a key is released.
      Parameters:
      keyval - the released key.
      keycode - the raw code of the released key.
      state - the bitmask, representing the state of modifier keys and pointer buttons. See `GdkModifierType`.