codePoint property

int codePoint
final

The Unicode code point represented by the key event, if any.

If there is no Unicode code point, this value is zero.

Dead keys are represented as Unicode combining characters.

Implementation

final int codePoint;