DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
OnMouseButtonDown()
[5/5]
override
bool
UIScriptedMenu::OnMouseButtonDown
(
Widget
w
,
int
x
,
int
y
,
int
button
)
inline
protected
См. определение в файле
ScriptConsole.c
строка
276
277
{
278
super.OnMouseButtonDown(w,
x
,
y
,button);
279
280
if
(
m_SelectedHandler
.OnMouseButtonDown(w,
x
,
y
,button))
281
return
true
;
282
283
return
false
;
284
}
x
Icon x
y
Icon y
UIScriptedMenu::m_SelectedHandler
ScriptConsoleTabBase m_SelectedHandler
Определения
ScriptConsole.c:18
Перекрестные ссылки
m_SelectedHandler
,
x
и
y
.
UIScriptedMenu
Создано системой
1.13.2