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

◆ GetNextEntry()

void GetNextEntry ( )
protected

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

365 {
366 Widget focused = GetFocus();
367 if ( !focused )
368 return;
369 Widget sibling = focused.GetSibling();
370 if ( !sibling )
371 return;
372
373 if ( focused.GetName() == "server_browser_list_entry_root" )
374 {
375 if ( sibling )
376 SetFocus( focused.GetSibling() );
377 else
378 SetFocus( focused.GetParent().GetSibling().GetChildren() );
379 }
380 }
Определения EnWidgets.c:190
proto native Widget GetFocus()
proto native void SetFocus(Widget w)

Перекрестные ссылки GetFocus() и SetFocus().