Definition at line 957 of file FlutterPlatformViews.mm.
◆ initWithTarget:action:forwardingRecognizer:
| - (instancetype) initWithTarget: |
|
(id) |
target |
| action: |
|
(SEL) |
action |
| forwardingRecognizer: |
|
(UIGestureRecognizer*) |
forwardingRecognizer |
|
|
| |
Initial value:{
fml::scoped_nsobject<UIGestureRecognizer> _forwardingRecognizer
Definition at line 1088 of file FlutterPlatformViews.mm.
1090 forwardingRecognizer:(UIGestureRecognizer*)forwardingRecognizer {
1091 self = [
super initWithTarget:target action:action];
1093 self.delaysTouchesBegan = YES;
1094 self.delaysTouchesEnded = YES;
1095 self.delegate =
self;
1096 self.shouldEndInNextTouchesEnded = NO;
1097 self.touchedEndedWithoutBlocking = NO;
1098 _forwardingRecognizer.reset([forwardingRecognizer retain]);
References shouldEndInNextTouchesEnded.
◆ shouldEndInNextTouchesEnded
| - (bool) shouldEndInNextTouchesEnded |
|
readwritenonatomicassign |
◆ touchedEndedWithoutBlocking
| - (bool) touchedEndedWithoutBlocking |
|
readwritenonatomicassign |
The documentation for this class was generated from the following file: