Moves this window to a specific position.
x and y can be negative.
void moveTo(Point p) { _moveTo(p.x, p.y); }