touchesEstimatedPropertiesUpdated method

void touchesEstimatedPropertiesUpdated(
  1. NSSet touches
)

touchesEstimatedPropertiesUpdated:

Implementation

void touchesEstimatedPropertiesUpdated(objc.NSSet touches) {
  objc.checkOsVersionInternal('UIResponder.touchesEstimatedPropertiesUpdated:', iOS: (false, (9, 1, 0)));
  _objc_msgSend_xtuoz7(this.ref.pointer, _sel_touchesEstimatedPropertiesUpdated_, touches.ref.pointer);
}