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