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