BaseMover¶ class BaseMover[source]¶ Bases: ABC Define the common interface for cursor movement backends. abstractmethod move(position: Point)[source]¶ Move the cursor to the target position. Parameters: position (Point) – Target cursor position.