charCode property

int get charCode

The charCode read-only property of the KeyboardEvent interface returns the Unicode value of a character key pressed during a Element.keypress_event event.

Warning: Do not use this property, as it is deprecated. Instead, get the Unicode value of the character using the KeyboardEvent.key property.

Implementation

external int get charCode;