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

◆ OnFocus()

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

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

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

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