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