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