* Changes the position of the surface in the X axis. * @param x X position in pixels. */
| 634 | * @param x X position in pixels. |
| 635 | */ |
| 636 | void Surface::setX(int x) |
| 637 | { |
| 638 | _x = x; |
| 639 | } |
| 640 | |
| 641 | /** |
| 642 | * Changes the position of the surface in the Y axis. |
no outgoing calls
no test coverage detected