DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ OnMouseButtonDown() [8/8]

override bool ScriptedWidgetEventHandler::OnMouseButtonDown ( Widget w,
int x,
int y,
int button )
inlineprotected

См. определение в файле KeybindingsGroup.c строка 298

299 {
300 if( !ButtonWidget.Cast( w ) )
301 {
302 m_KBDropdown.Close();
303 }
304 return false;
305 }
ref DropdownPrefab m_KBDropdown
Определения KeybindingsGroup.c:11

Перекрестные ссылки m_KBDropdown, x и y.