moveCursorTo abstract method

void moveCursorTo(
  1. int x,
  2. int y
)

Moves the terminal cursor to the given position.

Implementation

void moveCursorTo(int x, int y);