| 186 | } |
| 187 | |
| 188 | void CMouseControl::SetWorkingArea (float leftPercent, float rightPercent, float topPercent, float bottomPercent) |
| 189 | { |
| 190 | SetTopPercent (topPercent); |
| 191 | SetLeftPercent (leftPercent); |
| 192 | SetRightPercent (rightPercent); |
| 193 | SetBottomPercent (bottomPercent); |
| 194 | } |
| 195 | |
| 196 | void CMouseControl::RecomputeWorkingArea () |
| 197 | { |
nothing calls this directly
no outgoing calls
no test coverage detected