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

◆ ReleaseFocus()

void ReleaseFocus ( )
protected

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

375 {
376 if (m_HasFocus)
377 {
380 m_HasFocus = false;
381 }
382 }
bool m_HasFocus
Определения PluginDayzPlayerDebug.c:203
proto native UIManager GetUIManager()
proto native Input GetInput()
proto native void ChangeGameFocus(int add, int input_device=-1)
Change game focus number.
void ShowUICursor(bool visible)
Определения UIManager.c:244
proto native CGame GetGame()

Перекрестные ссылки Input::ChangeGameFocus(), GetGame(), CGame::GetInput(), CGame::GetUIManager(), m_HasFocus и UIManager::ShowUICursor().

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