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

◆ OnMouseButtonUp()

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

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

388 {
389 if ( UIScriptedWindow.GetActiveWindows() )
390 {
391 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
392 {
393 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnMouseButtonUp( w, x, y, button ) )
394 {
395 return true;
396 }
397 }
398 }
399
400 return false;
401 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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