* Gets the Vertical offset from the mid-point of the screen, in pixels. * @return the vertical offset. */
| 573 | * @return the vertical offset. |
| 574 | */ |
| 575 | int Screen::getDY() |
| 576 | { |
| 577 | return (_baseHeight - ORIGINAL_HEIGHT) / 2; |
| 578 | } |
| 579 | |
| 580 | /** |
| 581 | * Changes a given scale, and if necessary, switch the current base resolution. |
no outgoing calls
no test coverage detected