DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
OnKeyPress()
[4/4]
override
bool
UIScriptedMenu::OnKeyPress
(
Widget
w
,
int
x
,
int
y
,
int
key
)
inline
protected
См. определение в файле
ScriptConsole.c
строка
208
209
{
210
super.OnKeyPress(w,
x
,
y
, key);
211
212
if
(
m_SelectedHandler
.OnKeyPress(w,
x
,
y
,key))
213
return
true
;
214
return
false
;
215
216
}
x
Icon x
y
Icon y
UIScriptedMenu::m_SelectedHandler
ScriptConsoleTabBase m_SelectedHandler
Определения
ScriptConsole.c:18
Перекрестные ссылки
m_SelectedHandler
,
x
и
y
.
UIScriptedMenu
Создано системой
1.13.2