charTyped

open fun charTyped(character: Char): Boolean

Invoked when a Key is pressed and a Char is associated with that key.

Return

true if event is handled; false otherwise

Parameters

character

the char of the key