* Gets the Horizontal offset from the mid-point of the screen, in pixels. * @return the horizontal offset. */
| 564 | * @return the horizontal offset. |
| 565 | */ |
| 566 | int Screen::getDX() |
| 567 | { |
| 568 | return (_baseWidth - ORIGINAL_WIDTH) / 2; |
| 569 | } |
| 570 | |
| 571 | /** |
| 572 | * Gets the Vertical offset from the mid-point of the screen, in pixels. |
no outgoing calls
no test coverage detected