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

◆ OnMouseLeave()

override bool ScriptConsoleCameraTab::OnMouseLeave ( Widget w,
Widget enterW,
int x,
int y )
inlineprotected

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

277 {
278 if (w == m_DOFPresetEditbox)
279 {
280 g_Game.GetMission().RemoveActiveInputExcludes({"movement"});
282 SetFocus(null);
283 }
284 return false;
285 }
DayZGame g_Game
Определения DayZGame.c:3942
EditBoxWidget m_DOFPresetEditbox
Определения ScriptConsoleCameraTab.c:57
proto native Widget GetFocus()
proto native void SetFocus(Widget w)

Перекрестные ссылки g_Game, GetFocus(), m_DOFPresetEditbox, SetFocus(), x и y.