Searched refs:VISIBILITY_CODE (Results 1 – 1 of 1) sorted by relevance
107 …static const std::map<KeyCode, std::string> VISIBILITY_CODE = { { KeyCode::KEY_0, "0)" }, { KeyCod… in ConvertInputCodeToString() local130 auto iter = VISIBILITY_CODE.find(code); in ConvertInputCodeToString()131 if (iter != VISIBILITY_CODE.end()) { in ConvertInputCodeToString()