| 170 | } |
| 171 | |
| 172 | void CMouseControl::OnDisplayChanged () |
| 173 | { |
| 174 | GetScreenSize(); |
| 175 | RecomputeWorkingArea (); |
| 176 | } |
| 177 | |
| 178 | void CMouseControl::SetAbsVirtualResolution (float xIni, float yIni, float width, float height) |
| 179 | { |
nothing calls this directly
no outgoing calls
no test coverage detected