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

◆ OnMouseWheel()

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

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

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