@brief Set the screen map for coordinate mapping
| 61 | |
| 62 | /// @brief Set the screen map for coordinate mapping |
| 63 | void setScreenMap(const ScreenMap &screenMap) { mScreenMap = screenMap; } |
| 64 | |
| 65 | /// @brief Set the interpolation mode |
| 66 | void setInterpolationMode(InterpolationMode mode) { |
no outgoing calls
no test coverage detected