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

◆ Init()

void DebugMonitor::Init ( )
inlineprivate

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

45 {
46 string version;
47 g_Game.GetVersion(version);
48 m_VersionValue.SetText(" " + version);
49
50 g_Game.GetMission().GetOnInputDeviceChanged().Insert(OnInputDeviceChanged);
51 if (g_Game.GetInput().IsKeyboardConnected())
52 m_IsUsingKBM = true;
53
54 m_WidgetRoot.Show(true);
55 }
DayZGame g_Game
Определения DayZGame.c:3942
bool m_IsUsingKBM
Определения DebugMonitor.c:3
void OnInputDeviceChanged(EInputDeviceType pInputDeviceType)
Определения DebugMonitor.c:174
TextWidget m_VersionValue
Определения DebugMonitor.c:8
Widget m_WidgetRoot
Определения DebugMonitor.c:5

Перекрестные ссылки g_Game, m_IsUsingKBM, m_VersionValue, m_WidgetRoot и OnInputDeviceChanged().