GetKeyName function

Pointer<Char> GetKeyName(
  1. int key
)

Implementation

Pointer<Char> GetKeyName(int key) => _module.GetKeyName(key);