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

◆ OnFocus()

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

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

314 {
315 if ( UIScriptedWindow.GetActiveWindows() )
316 {
317 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
318 {
319 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnFocus( w, x, y ) )
320 {
321 return true;
322 }
323 }
324 }
325
326 return false;
327 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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