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

◆ UpdateControlsElementVisibility()

void WarningMenuBase::UpdateControlsElementVisibility ( )
inlineprotected

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

102 {
103 bool toolbarShow = false;
104 #ifdef PLATFORM_CONSOLE
106 #endif
107
108 layoutRoot.FindAnyWidget("BottomConsoleToolbar").Show(toolbarShow);
109 m_OkButton.Show(!toolbarShow);
110 }
proto native Input GetInput()
proto native EInputDeviceType GetCurrentInputDevice()
proto native bool IsEnabledMouseAndKeyboard()
ButtonWidget m_OkButton
Определения ItemDropWarningMenu.c:3
proto native CGame GetGame()
EInputDeviceType
Определения input.c:3

Перекрестные ссылки Input::GetCurrentInputDevice(), GetGame(), CGame::GetInput(), Input::IsEnabledMouseAndKeyboard() и m_OkButton.

Используется в OnInputDeviceChanged().