Searched refs:keyDescriptions (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyInfos.cpp99 static const char* keyDescriptions[NUM_KEYS]; variable
133 keyDescriptions[j] = NULL;
150 keyDescriptions[j] = specialLabel;
159 keyDescriptions[j] = &c;
182 return keyDescriptions[keyIndex];
211 if ((keyDescriptions[i])
212 && (strcasecmp(keyName, keyDescriptions[i]) == 0)) {

Completed in 30 milliseconds