Interface KeybindInput.Target

Enclosing class:
KeybindInput

public static interface KeybindInput.Target
What the recorder reads from and writes to; implementations persist changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    bind(int code, int mods)
     
    boolean
     
    void
     
    int
     
    int
     
  • Method Details

    • bound

      boolean bound()
    • code

      int code()
    • mods

      int mods()
    • bind

      void bind(int code, int mods)
    • clear

      void clear()