См. определение в файле UIScriptedMenu.c строка 387
388 {
389 if ( UIScriptedWindow.GetActiveWindows() )
390 {
391 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
392 {
393 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnMouseButtonUp( w,
x,
y, button ) )
394 {
395 return true;
396 }
397 }
398 }
399
400 return false;
401 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.