Function InputEventKey.unicode

The key Unicode identifier (when relevant). Unicode identifiers for the composite characters and complex scripts may not be available unless IME input mode is active. See OS.setImeActive for more information.

long unicode() nothrow @property @nogc;

void unicode (
  long v
) nothrow @property @nogc;