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

◆ OnMouseButtonDown()

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

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

373 {
374 if ( UIScriptedWindow.GetActiveWindows() )
375 {
376 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
377 {
378 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnMouseButtonDown( w, x, y, button ) )
379 {
380 return true;
381 }
382 }
383 }
384
385 return false;
386 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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