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

◆ OnFocus()

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

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

162 {
163 if (m_ShowEditbox)
164 {
168 }
169 #ifdef PLATFORM_CONSOLE
170 return super.OnFocus(m_Parent, x, y);
171 #else
172 return false;
173 #endif
174 }
Icon x
Icon y
Widget m_Parent
Определения SizeToChild.c:92
float GetValue()
Определения SyncedValue.c:55
void UpdateActiveOption()
Определения OptionSelectorSlider.c:222

Перекрестные ссылки GetValue(), m_LastValue, m_Parent, m_ShowEditbox, SetActiveOption(), UpdateActiveOption(), x и y.

Используется в OptionSelectorBase::OnMouseEnter().