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

◆ OnFocusLost()

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

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

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

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