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

◆ CaptureFocus()

void CaptureFocus ( )
protected

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

364 {
365 if (!m_HasFocus)
366 {
369 m_HasFocus = true;
370 }
371 }
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().