Flutter iOS Embedder
<FlutterViewResponder> Protocol Reference

#import <FlutterViewResponder.h>

Inheritance diagram for <FlutterViewResponder>:

Instance Methods

(void) - touchesBegan:withEvent:
 
(void) - touchesMoved:withEvent:
 
(void) - touchesEnded:withEvent:
 
(void) - touchesCancelled:withEvent:
 
(void) - touchesEstimatedPropertiesUpdated:
 

Properties

UIView * view
 

Detailed Description

Definition at line 11 of file FlutterViewResponder.h.

Method Documentation

◆ touchesBegan:withEvent:

- (void) touchesBegan: (NSSet *)  touches
withEvent: (UIEvent *)  event 

◆ touchesCancelled:withEvent:

- (void) touchesCancelled: (NSSet *)  touches
withEvent: (UIEvent *)  event 

◆ touchesEnded:withEvent:

- (void) touchesEnded: (NSSet *)  touches
withEvent: (UIEvent *)  event 

◆ touchesEstimatedPropertiesUpdated:

- (void) touchesEstimatedPropertiesUpdated: (NSSet *)  touches

◆ touchesMoved:withEvent:

- (void) touchesMoved: (NSSet *)  touches
withEvent: (UIEvent *)  event 

Property Documentation

◆ view

- (UIView*) view
readwritenonatomicstrong

Definition at line 13 of file FlutterViewResponder.h.


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