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

◆ OnDragging()

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

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

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

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