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

◆ OnFocusLost()

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

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

277 {
278 if (IsFocusable(w))
279 {
280 if (w == m_FilterSearchTextBox)
281 {
283 return true;
284 }
285 else
286 {
287 ColorNormal(w);
288 }
289 return true;
290 }
291 return false;
292 }
Widget m_FilterSearchText
Определения ServerBrowserTab.c:69
void ColorNormal(Widget w)
Определения ServerBrowserTab.c:681
Widget m_FilterSearchTextBox
Определения ServerBrowserTab.c:70
bool IsFocusable(Widget w)
Определения ServerBrowserTab.c:325

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