ignoringInteractionEvents property

bool get ignoringInteractionEvents

isIgnoringInteractionEvents

Implementation

bool get ignoringInteractionEvents {
  objc.checkOsVersionInternal('UIApplication.isIgnoringInteractionEvents', iOS: (false, (2, 0, 0)));
  return _objc_msgSend_91o635(this.ref.pointer, _sel_isIgnoringInteractionEvents);
}