empty property
final
A pre-defined empty Char
instance, representing no character input.
Useful for returning from methods like Keyboard.getChar when the
character queue is empty.
Implementation
static final Char empty = Char("", KeyCodes.Unknown);