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

◆ OnDrag()

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

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

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

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