sendPointer method

void sendPointer(
  1. int clientId,
  2. int x,
  3. int y,
  4. int mask,
)

Implementation

void sendPointer(int clientId, int x, int y, int mask) {
  throw UnimplementedError('sendPointer() has not been implemented.');
}