Home | History | Annotate | Download | only in Host

Lines Matching refs:UnicodeChar

260   KeyData.Key.UnicodeChar = 0;
416 case XK_BackSpace: KeyData.Key.UnicodeChar = 0x0008; break;
419 case XK_Tab: KeyData.Key.UnicodeChar = 0x0009; break;
421 case XK_Linefeed: KeyData.Key.UnicodeChar = 0x000a; break;
424 case XK_Return: KeyData.Key.UnicodeChar = 0x000d; break;
426 case XK_KP_Equal : KeyData.Key.UnicodeChar = L'='; break;
427 case XK_KP_Multiply : KeyData.Key.UnicodeChar = L'*'; break;
428 case XK_KP_Add : KeyData.Key.UnicodeChar = L'+'; break;
429 case XK_KP_Separator : KeyData.Key.UnicodeChar = L'~'; break;
430 case XK_KP_Subtract : KeyData.Key.UnicodeChar = L'-'; break;
431 case XK_KP_Decimal : KeyData.Key.UnicodeChar = L'.'; break;
432 case XK_KP_Divide : KeyData.Key.UnicodeChar = L'/'; break;
434 case XK_KP_0 : KeyData.Key.UnicodeChar = L'0'; break;
435 case XK_KP_1 : KeyData.Key.UnicodeChar = L'1'; break;
436 case XK_KP_2 : KeyData.Key.UnicodeChar = L'2'; break;
437 case XK_KP_3 : KeyData.Key.UnicodeChar = L'3'; break;
438 case XK_KP_4 : KeyData.Key.UnicodeChar = L'4'; break;
439 case XK_KP_5 : KeyData.Key.UnicodeChar = L'5'; break;
440 case XK_KP_6 : KeyData.Key.UnicodeChar = L'6'; break;
441 case XK_KP_7 : KeyData.Key.UnicodeChar = L'7'; break;
442 case XK_KP_8 : KeyData.Key.UnicodeChar = L'8'; break;
443 case XK_KP_9 : KeyData.Key.UnicodeChar = L'9'; break;
457 KeyData.Key.UnicodeChar = (CHAR16)KeySym[KEYSYM_UPPER];
462 KeyData.Key.UnicodeChar = (CHAR16)KeySym[KEYSYM_LOWER];