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

◆ OnFocus() [2/2]

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

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

85 {
86 #ifdef PLATFORM_CONSOLE
87 if (GetFocus() != m_Slider)
88 {
90 m_Parent.Enable(false);
91 }
92
93 return super.OnFocus(m_Parent, x, y);
94
95 #else
96 return false;
97 #endif
98 }
Icon x
Icon y
Widget m_Parent
Определения SizeToChild.c:92
SliderWidget m_Slider
Определения OptionSelectorSliderSetup.c:3
proto native Widget GetFocus()
proto native void SetFocus(Widget w)

Перекрестные ссылки GetFocus(), m_Parent, m_Slider, SetFocus(), x и y.