См. определение в файле UIScriptedMenu.c строка 508
509 {
510 if ( UIScriptedWindow.GetActiveWindows() )
511 {
512 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
513 {
514 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnDragging( w,
x,
y, reciever ) )
515 {
516 return true;
517 }
518 }
519 }
520
521 return false;
522 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.