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