var c = Convert.ToChar(KeyInterop.VirtualKeyFromKey(key)); Debug.WriteLine("k: " + key); Debug.WriteLine("c: " + c);
No comments:
Post a Comment