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:
 
(void) - forceTouchesCancelled:
 

Properties

UIView * view
 

Detailed Description

Protocol to send touch events, typically a FlutterViewController.

Definition at line 15 of file FlutterViewResponder.h.

Method Documentation

◆ forceTouchesCancelled:

- (void) forceTouchesCancelled: (NSSet *)  touches

Send touches to the Flutter Engine while forcing the change type to be cancelled. The phases in touches are ignored.

◆ touchesBegan:withEvent:

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

See -[UIResponder touchesBegan:withEvent:]

◆ touchesCancelled:withEvent:

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

See -[UIResponder touchesCancelled:withEvent:]

◆ touchesEnded:withEvent:

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

See -[UIResponder touchesEnded:withEvent:]

◆ touchesEstimatedPropertiesUpdated:

- (void) touchesEstimatedPropertiesUpdated: (NSSet *)  touches

See -[UIResponder touchesEstimatedPropertiesUpdated:]

◆ touchesMoved:withEvent:

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

See -[UIResponder touchesMoved:withEvent:]

Property Documentation

◆ view

- (UIView*) view
readwritenonatomicstrong

Definition at line 17 of file FlutterViewResponder.h.


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