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

◆ OnMouseButtonDown()

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

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

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

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