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

◆ OnMouseLeave() [3/3]

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

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

42 {
43 if (m_ParentClass)
44 {
45 m_ParentClass.OnFocus(null, x, y);
46 #ifdef PLATFORM_WINDOWS
47 m_ParentClass.OnMouseLeave(m_Root.GetParent().GetParent(), enterW, x, y);
48 ColorNormal(w);
49 #endif
50 OnFocusLost(w, x, y);
51 SetFocus(null);
52 }
53
54 return true;
55 }
Icon x
Icon y
Widget m_Root
Определения SizeToChild.c:91
override bool OnFocusLost(Widget w, int x, int y)
Определения OptionSelectorEditbox.c:123
override void ColorNormal(Widget w)
Определения OptionSelectorEditbox.c:159
proto native void SetFocus(Widget w)

Перекрестные ссылки ColorNormal(), m_Root, OptionSelectorSliderSetup::OnFocusLost(), SetFocus(), x и y.