GetKeyName function

String GetKeyName(
  1. KeyboardKey key
)

Implementation

String GetKeyName(
  KeyboardKey key,
) => _module.GetKeyName(key);