См. определение в файле UIScriptedMenu.c строка 432
433 {
434 if ( UIScriptedWindow.GetActiveWindows() )
435 {
436 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
437 {
438 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnKeyDown( w,
x,
y, key ) )
439 {
440 return true;
441 }
442 }
443 }
444
445 return false;
446 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.