DayZ 1.27
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 {
282 SetFocus(null);
283 }
284 return false;
285 }
proto native Mission GetMission()
void RemoveActiveInputExcludes(array< string > excludes, bool bForceSupress=false)
deprecated
EditBoxWidget m_DOFPresetEditbox
Определения ScriptConsoleCameraTab.c:57
proto native CGame GetGame()
proto native Widget GetFocus()
proto native void SetFocus(Widget w)

Перекрестные ссылки GetFocus(), GetGame(), CGame::GetMission(), m_DOFPresetEditbox, Mission::RemoveActiveInputExcludes(), SetFocus(), x и y.