moveCursorY method

void moveCursorY(
  1. int offset
)

Implementation

void moveCursorY(int offset) {
  setCursorY(_cursorY + offset);
}