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