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

◆ OnFocus()

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

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

50 {
51 //if ( !m_anim.IsRunning() ) m_textProportion = m_root.GetTextProportion();
52 if ( !m_anim.IsRunning() )
53 {
55 }
56 m_anim.Animate(1.0, speed);
57
58 return false;
59 }
reference float speed
Определения MainMenuButtonEffect.c:3
float m_textProportion
Определения MainMenuButtonEffect.c:5
ButtonWidget m_root
Определения MainMenuButtonEffect.c:7
ref AnimatorTimer m_anim
Определения MainMenuButtonEffect.c:8
float m_textProportion2
Определения MainMenuButtonEffect.c:6

Перекрестные ссылки m_anim, m_root, m_textProportion, m_textProportion2, speed, x и y.