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

◆ ScrollToBottom()

void ScrollBarContainer::ScrollToBottom ( )
inlineprotected

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

70 {
71 m_root.Update();
72 Content.Update();
73 float width;
74
75 m_root.GetScreenSize(width, m_root_height);
76 Content.GetScreenSize(width, m_content_height);
77
78 float diff = m_root_height / m_content_height;
79 m_position = 1 - diff;
81 }
float m_content_height
Определения ScrollBarContainer.c:12
float m_root_height
Определения ScrollBarContainer.c:11
Widget m_root
Определения ScrollBarContainer.c:8
Widget Content
Определения ScrollBarContainer.c:5
float m_position
Определения ScrollBarContainer.c:13
void UpdateScroller()
Определения ScrollBarContainer.c:104

Перекрестные ссылки Content, m_content_height, m_position, m_root, m_root_height и UpdateScroller().