Interface KeyPressHandler


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

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

    • keyPressed

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