@override void removeAllFromEnumSet(EnumSet<Gesture> other) => this.rawValue = this.rawValue & ~other.rawValue;