Package de.tum.cit.fop.maze
Interface KeyBindingButton.KeyBindingCallback
- Enclosing class:
- KeyBindingButton
public static interface KeyBindingButton.KeyBindingCallback
Callback interface for handling key binding changes.
-
Method Summary
-
Method Details
-
handle
void handle(int keycode) Called when a new key is bound.- Parameters:
keycode- The new key code.
-