DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ OnMouseWheel()

bool UIMenuPanel::OnMouseWheel ( Widget w,
int x,
int y,
int wheel )
inlineprivate

См. определение в файле 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 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.