Interface KeyBindingButton.KeyBindingCallback

Enclosing class:
KeyBindingButton

public static interface KeyBindingButton.KeyBindingCallback
Callback interface for handling key binding changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(int keycode)
    Called when a new key is bound.
  • Method Details

    • handle

      void handle(int keycode)
      Called when a new key is bound.
      Parameters:
      keycode - The new key code.