245 {
247 {
249 {
251 return false;
252 }
253 else
254 {
256 }
257
258 #ifdef PLATFORM_CONSOLE
259 string aButtonLabel;
261 {
262 #ifdef PLATFORM_PS4
263 aButtonLabel = "#ps4_ingame_menu_select";
264 #else
265 aButtonLabel = "#layout_xbox_ingame_menu_select";
266 #endif
267 m_Menu.UpdateAButtonLabel(aButtonLabel);
268 }
270 {
271 aButtonLabel = "#dialog_change";
272 m_Menu.UpdateAButtonLabel(aButtonLabel);
273 }
274 else
275 {
276 m_Menu.ShowAButton(
false);
277 }
278 #endif
279
280 return true;
281 }
282
283 return false;
284 }
Widget m_FilterSearchText
ButtonWidget m_BtnShowFilters
ServerBrowserMenuNew m_Menu
Widget m_FilterSearchTextBox
bool IsFocusable(Widget w)
void ColorHighlight(Widget w)
ButtonWidget m_BtnShowDetails