updateFloatingCursor method

  1. @override
void updateFloatingCursor (RawFloatingCursorPoint point)

Updates the floating cursor position and state.

Implementation

@override
void updateFloatingCursor(RawFloatingCursorPoint point) {
  print(point);
}