Moves the cursor to the given x and y position.
x
y
void moveTo(int x, int y) { _renderer.moveTo(x, y); }