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

◆ OnDragging()

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

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

508 {
509 if ( UIScriptedWindow.GetActiveWindows() )
510 {
511 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
512 {
513 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnDragging( w, x, y, reciever ) )
514 {
515 return true;
516 }
517 }
518 }
519
520 return false;
521 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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