void moveTo(Point p)

Moves this window to a specific position.

x and y can be negative.

Other resources

Source

void moveTo(Point p) {
  _moveTo(p.x, p.y);
}