См. определение в файле UIScriptedMenu.c строка 372
373 {
374 if ( UIScriptedWindow.GetActiveWindows() )
375 {
376 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
377 {
378 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnMouseButtonDown( w,
x,
y, button ) )
379 {
380 return true;
381 }
382 }
383 }
384
385 return false;
386 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.