| 772 | } |
| 773 | |
| 774 | void CTouchControls::OnWindowResize() |
| 775 | { |
| 776 | ResetButtons(); |
| 777 | for(CTouchButton &TouchButton : m_vTouchButtons) |
| 778 | { |
| 779 | TouchButton.UpdateScreenFromUnitRect(); |
| 780 | } |
| 781 | } |
| 782 | |
| 783 | bool CTouchControls::OnTouchState(const std::vector<IInput::CTouchFingerState> &vTouchFingerStates) |
| 784 | { |
nothing calls this directly
no test coverage detected