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

◆ OnMouseButtonUp()

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

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

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

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