setCursor method

  1. @override
void setCursor(
  1. int x,
  2. int y
)
override

Implementation

@override
void setCursor(int x, int y) {
  _buffer.setCursor(x, y);
}