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