moveCursorX method

void moveCursorX(
  1. int offset
)

Implementation

void moveCursorX(int offset) {
  setCursorX(_cursorX + offset);
}