505 {
508
511
512 switch (pInputDeviceType)
513 {
515 {
520 #ifdef PLATFORM_CONSOLE
521 m_NextPageBtnIconConsole.Show(showNext);
522 m_PrevPageBtnIconConsole.Show(showPrevious);
523 #endif
524 break;
525 }
526 default:
527 {
528 if (
g_Game.GetInput().IsEnabledMouseAndKeyboard())
529 {
532 #ifdef PLATFORM_CONSOLE
533 m_NextPageBtnIconConsole.Show(false);
534 m_PrevPageBtnIconConsole.Show(false);
535 #endif
538 break;
539 }
540 }
541 }
542 }
ref array< JsonDataNewsArticle > m_NewsArticles
ImageWidget m_NextPageBtnIcon
RichTextWidget m_HotlinkButtonLabel
EInputDeviceType m_CurrentInputDevice
string GetButtonLabel(string color)
ImageWidget m_PrevPageBtnIcon