DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
OnMouseButtonDown()
[8/8]
override
bool
ScriptedWidgetEventHandler::OnMouseButtonDown
(
Widget
w
,
int
x
,
int
y
,
int
button
)
inline
protected
См. определение в файле
KeybindingsGroup.c
строка
298
299
{
300
if
( !ButtonWidget.Cast( w ) )
301
{
302
m_KBDropdown
.Close();
303
}
304
return
false
;
305
}
ScriptedWidgetEventHandler::m_KBDropdown
ref DropdownPrefab m_KBDropdown
Определения
KeybindingsGroup.c:11
Перекрестные ссылки
m_KBDropdown
,
x
и
y
.
ScriptedWidgetEventHandler
Создано системой
1.13.2