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

◆ CaptureFocus()

void CaptureFocus ( )
protected

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

364 {
365 if (!m_HasFocus)
366 {
367 g_Game.GetInput().ChangeGameFocus(1);
368 g_Game.GetUIManager().ShowUICursor(true);
369 m_HasFocus = true;
370 }
371 }
DayZGame g_Game
Определения DayZGame.c:3942
bool m_HasFocus
Определения PluginDayzPlayerDebug.c:203

Перекрестные ссылки g_Game и m_HasFocus.