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