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

◆ OnDoubleClick()

override bool ScriptConsoleSoundsTab::OnDoubleClick ( Widget w,
int x,
int y,
int button )
inlineprotected

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

438 {
439 super.OnDoubleClick(w, x, y, button);
440
441 if (w == m_SoundEventIDBox || w == m_SoundFilter)
442 {
443 EditBoxWidget.Cast(w).SetText("");
444 return true;
445 }
446
447 return false;
448 }
Icon x
Icon y
EditBoxWidget m_SoundEventIDBox
Определения ScriptConsoleSoundsTab.c:20
EditBoxWidget m_SoundFilter
Определения ScriptConsoleSoundsTab.c:21

Перекрестные ссылки m_SoundEventIDBox, m_SoundFilter, x и y.