Searched refs:KEY_UNICODE_TRANSFORMATION (Results 1 – 1 of 1) sorted by relevance
38 const std::map<int32_t, KeyUnicode> KEY_UNICODE_TRANSFORMATION = { variable119 auto iter = KEY_UNICODE_TRANSFORMATION.find(keyCode); in KeyCodeToUnicode()120 if (iter == KEY_UNICODE_TRANSFORMATION.end()) { in KeyCodeToUnicode()