См. определение в файле UIScriptedMenu.c строка 403
404 {
405 if ( UIScriptedWindow.GetActiveWindows() )
406 {
407 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
408 {
409 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnMouseWheel( w,
x,
y, wheel ) )
410 {
411 return true;
412 }
413 }
414 }
415
416 return false;
417 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.