См. определение в файле UIScriptedMenu.c строка 313
314 {
315 if ( UIScriptedWindow.GetActiveWindows() )
316 {
317 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
318 {
319 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnFocus( w,
x,
y ) )
320 {
321 return true;
322 }
323 }
324 }
325
326 return false;
327 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.