| 294 | } |
| 295 | |
| 296 | void TransformedView::EnableScaleClamp(const bool bEnable) |
| 297 | { |
| 298 | m_bZoomClamp = bEnable; |
| 299 | } |
| 300 | |
| 301 | void TransformedView::ZoomAtScreenPos(const float fDeltaZoom, const olc::vi2d& vPos) |
| 302 | { |
nothing calls this directly
no outgoing calls
no test coverage detected