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

◆ OnKeyUp()

override bool UIScriptedMenu::OnKeyUp ( Widget w,
int x,
int y,
int key )
inlineprivate

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

152 {
153 bool ret = super.OnKeyUp(w,x,y,key);
154
155 if (m_CanClose)
156 {
157 Close();
158 }
159 return ret | m_CanClose;
160 }
Icon x
Icon y
void Close()

Перекрестные ссылки Close(), m_CanClose, x и y.