* Changes the position of the surface in the Y axis. * @param y Y position in pixels. */
| 643 | * @param y Y position in pixels. |
| 644 | */ |
| 645 | void Surface::setY(int y) |
| 646 | { |
| 647 | _y = y; |
| 648 | } |
| 649 | |
| 650 | /** |
| 651 | * Changes the visibility of the surface. A hidden surface |
no outgoing calls
no test coverage detected