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

◆ OnKeyDown()

override bool OnKeyDown ( Widget w,
int x,
int y,
int key )
protected

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

98 {
99 super.OnKeyDown(w,x,y,key);
100 switch (key)
101 {
102 case KeyCode.KC_ESCAPE:
103 {
104 Close();
105 return true;
106 }
107 }
108 return false;
109 }
Icon x
Icon y
void Close()
KeyCode
Определения EnSystem.c:157

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