DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
OnKeyDown()
override
bool
UIScriptedMenu::OnKeyDown
(
Widget
w
,
int
x
,
int
y
,
int
key
)
inline
protected
См. определение в файле
ScriptConsole.c
строка
218
219
{
220
super.OnKeyDown(w,
x
,
y
, key);
221
222
if
(
m_SelectedHandler
.OnKeyDown(w,
x
,
y
,key))
223
return
true
;
224
return
false
;
225
226
}
x
Icon x
y
Icon y
UIScriptedMenu::m_SelectedHandler
ScriptConsoleTabBase m_SelectedHandler
Определения
ScriptConsole.c:18
Перекрестные ссылки
m_SelectedHandler
,
x
и
y
.
UIScriptedMenu
Создано системой
1.13.2