* Each state will probably need its own resize handling, * so this space intentionally left blank * @param dX delta of X; * @param dY delta of Y; */
| 396 | * @param dY delta of Y; |
| 397 | */ |
| 398 | void State::resize(int &dX, int &dY) |
| 399 | { |
| 400 | recenter(dX, dY); |
| 401 | } |
| 402 | |
| 403 | /** |
| 404 | * Re-orients all the surfaces in the state. |
no outgoing calls
no test coverage detected