Interface KeyPressHandler
public interface KeyPressHandler
A widget that receives keyboard input. Only called if not handled by a focused widget.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
keyPressed
(InputKey keyCode, int scanCode, InputMods modifiers)
-
Method Details
-
keyPressed
-