Reimplemented from OglGui::KeyListener. Definition at line 136 of file AppControllerAlt.h. References ILOG_DEBUG, and mControls. 00137 { 00138 ILOG_DEBUG("KeyEvent: " << c); 00139 for (int i=0 ; i<mControls.size() ; i++) 00140 if (mControls[i]->GetActive()) 00141 mControls[i]->KeyEvent(src, c, state); 00142 }
|