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

◆ OnLastInputDeviceChanged()

void Input::OnLastInputDeviceChanged ( EInputDeviceType inputDevice)
inlineprivate

called from code on different input device use

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

446 {
447 if (!g_Game)
448 return;
449
450 if (g_Game.GetMission())
451 {
452 g_Game.GetMission().GetOnInputDeviceChanged().Invoke(inputDevice);
453 }
454 }
DayZGame g_Game
Определения DayZGame.c:3942

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