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

◆ OnMouseEnter() [3/3]

override bool OptionSelectorBase::OnMouseEnter ( Widget w,
int x,
int y )
inlineprotected

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

27 {
28 if (m_ParentClass)
29 {
30 OnFocus(w, x, y);
31 m_ParentClass.OnFocus(m_Root.GetParent(), -1, m_SelectorType);
32 #ifdef PLATFORM_WINDOWS
33 m_ParentClass.OnMouseEnter(m_Root.GetParent().GetParent(), x, y);
35 #endif
36 }
37
38 return true;
39 }
Icon x
Icon y
Widget m_Root
Определения SizeToChild.c:91
override bool OnFocus(Widget w, int x, int y)
Определения OptionSelectorEditbox.c:112
override void ColorHighlight(Widget w)
Определения OptionSelectorEditbox.c:145

Перекрестные ссылки ColorHighlight(), m_Root, OptionSelectorSliderSetup::OnFocus(), x и y.