См. определение в файле RightArea.c строка 181
182 {
184 {
188 {
191
193 m_UpIcon.SetPos( 0, Math.Clamp( top_y, 0, 99999 ) );
194
195 #ifndef PLATFORM_CONSOLE
196 float x2, y2;
199
200 float diff = bottom_y - ( top_y +
y );
201 if( diff < 0 )
202 {
203 top_y += diff / 2;
204 bottom_y -= diff / 2;
205 }
207 #endif
208 }
209 }
210
211
212
213
214
215
216
217
218 }
float GetCurrentContainerBottomY()
float GetCurrentContainerTopY()
Перекрестные ссылки Math::Clamp(), GetCurrentContainerBottomY(), GetCurrentContainerTopY(), m_DownIcon, m_IsActive, m_UpIcon, x и y.
Используется в UpdateSelectionIcons().