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

◆ OnFocusLost()

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

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

328 {
329 if ( UIScriptedWindow.GetActiveWindows() )
330 {
331 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
332 {
333 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnFocusLost( w, x, y ) )
334 {
335 return true;
336 }
337 }
338 }
339
340 return false;
341 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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