acceptGesture method

  1. @override
void acceptGesture(
  1. int pointer
)
override

Called when this member wins the arena for the given pointer id.

Implementation

@override
void acceptGesture(int pointer) {
  // Winning the arena isn't important here since it may happen from a sweep.
  // Explicitly exceeding the deadline puts the gesture in accepted state.
}