См. определение в файле UIScriptedMenu.c строка 492
493 {
494 if ( UIScriptedWindow.GetActiveWindows() )
495 {
496 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
497 {
498 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnDrag( w,
x,
y ) )
499 {
500 return true;
501 }
502 }
503 }
504
505 return false;
506 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.