Searched refs:shortcut_key (Results 1 – 1 of 1) sorted by relevance
1037 const int shortcut_key = m_key_value; in DrawMenuTitle() local1042 if (llvm::isPrint(shortcut_key)) { in DrawMenuTitle()1043 size_t lower_pos = m_name.find(tolower(shortcut_key)); in DrawMenuTitle()1044 size_t upper_pos = m_name.find(toupper(shortcut_key)); in DrawMenuTitle()