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

◆ OnDrag()

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

См. определение в файле UIScriptedMenu.c строка 493

494 {
495 if ( UIScriptedWindow.GetActiveWindows() )
496 {
497 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
498 {
499 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnDrag( w, x, y ) )
500 {
501 return true;
502 }
503 }
504 }
505
506 return false;
507 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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