Interface KeyReleaseHandler


public interface KeyReleaseHandler
A widget that receives keyboard input. Only called if not handled by a focused widget.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    keyReleased(InputKey keyCode, int scanCode, InputMods modifiers)
     
  • Method Details

    • keyReleased

      boolean keyReleased(InputKey keyCode, int scanCode, InputMods modifiers)