Interface EventControllerKey.OnModifiers

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.OnModifiers
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onModifiers(int keyval)
    Emitted whenever the state of modifier keys and pointer buttons change.
  • Method Details

    • onModifiers

      boolean onModifiers(int keyval)
      Emitted whenever the state of modifier keys and pointer buttons change.
      Parameters:
      keyval - the released key.
      Returns: