DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
OnKeyDown()
override
bool
UIScriptedMenu::OnKeyDown
(
Widget
w
,
int
x
,
int
y
,
int
key
)
inline
protected
См. определение в файле
ScriptConsole.c
строка
227
228
{
229
super.OnKeyDown(w,
x
,
y
, key);
230
231
if
(
m_SelectedHandler
.OnKeyDown(w,
x
,
y
,key))
232
return
true
;
233
return
false
;
234
235
}
x
Icon x
y
Icon y
UIScriptedMenu::m_SelectedHandler
ScriptConsoleTabBase m_SelectedHandler
Определения
ScriptConsole.c:18
Перекрестные ссылки
m_SelectedHandler
,
x
и
y
.
UIScriptedMenu
Создано системой
1.13.2