Method KeyToTextConverter.Convert
Overload
Converts a virtual-key code to text.
public bool Convert(out (char c, string s) text, KKey vk, uint sc, KMod mod, int threadId)
Parameters
text ((char c, string s))
Receives text. Can be 1 character c, or string s with 2 or more characters. Receives default if this function returns |
vk (KKey)
Virtual-key code. |
sc (uint)
Scan code. |
mod (KMod)
Modifier keys ( |
threadId (int)
Thread id of the focused or active window. Need for keyboard layout. If 0, uses this thread. |
Returns
bool
|