#import <FlutterViewResponder.h>
Instance Methods | |
| (void) | - touchesBegan:withEvent: |
| (void) | - touchesMoved:withEvent: |
| (void) | - touchesEnded:withEvent: |
| (void) | - touchesCancelled:withEvent: |
| (void) | - touchesEstimatedPropertiesUpdated: |
| (void) | - forceTouchesCancelled: |
Properties | |
| UIView * | view |
Protocol to send touch events, typically a FlutterViewController.
Definition at line 15 of file FlutterViewResponder.h.
| - (void) forceTouchesCancelled: | (NSSet *) | touches |
Send touches to the Flutter Engine while forcing the change type to be cancelled. The phases in touches are ignored.
| - (void) touchesBegan: | (NSSet *) | touches | |
| withEvent: | (UIEvent *) | event | |
See -[UIResponder touchesBegan:withEvent:]
| - (void) touchesCancelled: | (NSSet *) | touches | |
| withEvent: | (UIEvent *) | event | |
See -[UIResponder touchesCancelled:withEvent:]
| - (void) touchesEnded: | (NSSet *) | touches | |
| withEvent: | (UIEvent *) | event | |
See -[UIResponder touchesEnded:withEvent:]
| - (void) touchesEstimatedPropertiesUpdated: | (NSSet *) | touches |
See -[UIResponder touchesEstimatedPropertiesUpdated:]
| - (void) touchesMoved: | (NSSet *) | touches | |
| withEvent: | (UIEvent *) | event | |
See -[UIResponder touchesMoved:withEvent:]
|
readwritenonatomicstrong |
Definition at line 17 of file FlutterViewResponder.h.