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

◆ OnFocusLost()

override bool OnFocusLost ( Widget w,
int x,
int y )
protected

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

287 {
288 if (IsFocusable(w))
289 {
290 if (w == m_FilterSearchTextBox)
291 {
293 return true;
294 }
295 else
296 {
297 ColorNormal(w);
298 }
299 return true;
300 }
301 return false;
302 }
Widget m_FilterSearchText
Определения ServerBrowserTab.c:69
void ColorNormal(Widget w)
Определения ServerBrowserTab.c:697
Widget m_FilterSearchTextBox
Определения ServerBrowserTab.c:70
bool IsFocusable(Widget w)
Определения ServerBrowserTab.c:335

Перекрестные ссылки ServerBrowserTab::ColorNormal(), ServerBrowserTab::IsFocusable(), m_FilterSearchText, m_FilterSearchTextBox, x и y.