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

◆ GetNextEntry()

void GetNextEntry ( )
protected

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

375 {
376 Widget focused = GetFocus();
377 if ( !focused )
378 return;
379 Widget sibling = focused.GetSibling();
380 if ( !sibling )
381 return;
382
383 if ( focused.GetName() == "server_browser_list_entry_root" )
384 {
385 if ( sibling )
386 SetFocus( focused.GetSibling() );
387 else
388 SetFocus( focused.GetParent().GetSibling().GetChildren() );
389 }
390 }
Определения EnWidgets.c:190
proto native Widget GetFocus()
proto native void SetFocus(Widget w)

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