См. определение в файле UIScriptedMenu.c строка 327
328 {
329 if ( UIScriptedWindow.GetActiveWindows() )
330 {
331 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
332 {
333 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnFocusLost( w,
x,
y ) )
334 {
335 return true;
336 }
337 }
338 }
339
340 return false;
341 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.