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

◆ ReleaseFocus()

void ReleaseFocus ( )
protected

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

375 {
376 if (m_HasFocus)
377 {
378 g_Game.GetInput().ChangeGameFocus(-1);
379 g_Game.GetUIManager().ShowUICursor(false);
380 m_HasFocus = false;
381 }
382 }
DayZGame g_Game
Определения DayZGame.c:3942
bool m_HasFocus
Определения PluginDayzPlayerDebug.c:203

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

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