| 97 | } |
| 98 | |
| 99 | void CTouchControls::CTouchButton::UpdateScreenFromUnitRect() |
| 100 | { |
| 101 | m_ScreenRect = m_pTouchControls->CalculateScreenFromUnitRect(m_UnitRect, m_Shape); |
| 102 | } |
| 103 | |
| 104 | CUIRect CTouchControls::CalculateScreenFromUnitRect(CUnitRect Unit, EButtonShape Shape) const |
| 105 | { |
no test coverage detected