См. определение в файле UIScriptedMenu.c строка 463
464 {
465 if ( UIScriptedWindow.GetActiveWindows() )
466 {
467 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
468 {
469 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnKeyPress( w,
x,
y, key ) )
470 {
471 return true;
472 }
473 }
474 }
475
476 return false;
477 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.