Searched defs:ch (Results 1 – 2 of 2) sorted by relevance
140 private static extern short VkKeyScan(char ch); in VkKeyScan()142 private static extern short VkKeyScanEx(char ch, IntPtr dwhkl); in VkKeyScanEx()
141 protected void SendChar(char ch) in SendChar()