moveCursor method

void moveCursor(
  1. int offsetX,
  2. int offsetY
)

Implementation

void moveCursor(int offsetX, int offsetY) {
  moveCursorX(offsetX);
  moveCursorY(offsetY);
}