Definition at line 91 of file KeyBindings.h. References ParseKeyBindingStr(). Referenced by Impala::Visualization::AppControlDoc::CheckBinding(), and CheckKeyBindingExt(). 00092 { 00093 int cVal, stateVal; 00094 String str = kb[idx]; 00095 ParseKeyBindingStr(str,cVal,stateVal); 00096 if (!stateVal && isupper(c)) 00097 stateVal = oglShift; 00098 return (c==cVal && (state==stateVal)); 00099 }
Here is the call graph for this function:
|