Package hw
Interface OnKeyboardListener

Public Method onKeyUp

abstract void onKeyUp(char key)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Description
key keyboard character

This method is called automatically when a keyboard event arrives.

Note

  • Characters can be assigend to keys in the iLCD Manager XEJoC Manager on the Settings Tab under Keyboard Settings.
  • See also:

    KeyboardEventDispatcher