Searched refs:kKeyMapping (Results 1 – 1 of 1) sorted by relevance
292 static const std::map<KeyCode, int> kKeyMapping{ variable328 if (kKeyMapping.find(key_code) != kKeyMapping.end()) { in KeyHandler()329 return kKeyMapping.at(key_code); in KeyHandler()