Definition at line 204 of file KeyBindingsMap.h. References ParseKeyBindingStr(). 00205 { 00206 int cVal, stateVal; 00207 String str = kb[keyStr]; 00208 ParseKeyBindingStr(str, cVal, stateVal); 00209 if (!stateVal && isupper(c)) 00210 stateVal = oglShift; 00211 return (c==cVal && (state==stateVal)); 00212 }
Here is the call graph for this function:
|