ScreenToClientScaledWidth ???
| 134 | |
| 135 | // ScreenToClientScaledWidth ??? |
| 136 | void ui_core::ClientToScreenScaledWidth(float& src_and_dest) |
| 137 | { |
| 138 | if (m_currentPointType != IUIRender::pttLIT) |
| 139 | src_and_dest /= m_current_scale->x; |
| 140 | } |
| 141 | |
| 142 | // ScreenToClientScaledHeight ??? |
| 143 | void ui_core::ClientToScreenScaledHeight(float& src_and_dest) |
no outgoing calls
no test coverage detected