Example #1
0
 public static string GetKeyName(UInt32 key)
 {
     return(PtrToStringUtf8(InteropEmu.GetKeyNameWrapper(key)));
 }