update abstract method

void update(
  1. SneathCoordinate? cursor
)

Sets the cursor to a specific coordinate.

Coordinates are measured from the top left of the screen, and are zero-based.

Implementation

void update(
  final SneathCoordinate? cursor,
);