Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
TestTapGestureRecognizer Class Reference
Inheritance diagram for TestTapGestureRecognizer:

Instance Methods

(void) - touchesBegan:withEvent: [implementation]
 
(void) - touchesEnded:withEvent: [implementation]
 

Properties

NSObject< TestGestureRecognizerDelegate > * testTapGestureRecognizerDelegate
 

Detailed Description

Definition at line 14 of file TextPlatformView.m.

Method Documentation

◆ touchesBegan:withEvent:

- (void) touchesBegan: (NSSet<UITouch*>*)  touches
withEvent: (UIEvent*)  event 
implementation

Definition at line 17 of file TextPlatformView.m.

23 :(NSSet<UITouch*>*)touches withEvent:(UIEvent*)event {
24 [self.testTapGestureRecognizerDelegate gestureTouchesBegan];
25 [super touchesBegan:touches withEvent:event];
26}
FlKeyEvent * event
NSObject< TestGestureRecognizerDelegate > * testTapGestureRecognizerDelegate

◆ touchesEnded:withEvent:

- (void) touchesEnded: (NSSet<UITouch*>*)  touches
withEvent: (UIEvent*)  event 
implementation

Definition at line 17 of file TextPlatformView.m.

28 :(NSSet<UITouch*>*)touches withEvent:(UIEvent*)event {
29 [self.testTapGestureRecognizerDelegate gestureTouchesEnded];
30 [super touchesEnded:touches withEvent:event];
31}

Property Documentation

◆ testTapGestureRecognizerDelegate

- (NSObject<TestGestureRecognizerDelegate>*) testTapGestureRecognizerDelegate
readwritenonatomicweak

Definition at line 17 of file TextPlatformView.m.


The documentation for this class was generated from the following file: