Exemplo n.º 1
0
 /// <summary>
 /// Get the fancy name associated with this key.
 /// </summary>
 /// <param name="key">The they key to act on.</param>
 /// <returns>The key's fancy name.</returns>
 public static string GetFancyName(this VirtualKey key)
 {
     return(key.GetAttribute <VirtualKeyAttribute>().FancyName);
 }