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