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