updateFloatingCursor method

  1. @override
void updateFloatingCursor(
  1. RawFloatingCursorPoint point
)
inherited

Updates the floating cursor position and state.

Implementation

@override
void updateFloatingCursor(RawFloatingCursorPoint point) {
  throw UnimplementedError();
}