Package me.hackware.api.gui
Interface KeybindInput.Target
- Enclosing class:
KeybindInput
public static interface KeybindInput.Target
What the recorder reads from and writes to; implementations persist changes.
-
Method Summary
-
Method Details
-
bound
boolean bound() -
code
int code() -
mods
int mods() -
bind
void bind(int code, int mods) -
clear
void clear()
-