См. определение в файле UIScriptedMenu.c строка 447
448 {
449 if ( UIScriptedWindow.GetActiveWindows() )
450 {
451 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
452 {
453 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnKeyUp( w,
x,
y, key ) )
454 {
455 return true;
456 }
457 }
458 }
459
460 return false;
461 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.