Interface CharTypedHandler


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

    Modifier and Type
    Method
    Description
    boolean
    charTyped(int codePoint)
     
  • Method Details

    • charTyped

      boolean charTyped(int codePoint)