Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
<FlutterViewResponder> Protocol Reference

#include <FlutterViewResponder.h>

Inheritance diagram for <FlutterViewResponder>:
FlutterViewController AccessibilityBridgeTestViewController MouseEventFlutterViewController NoStatusBarFlutterViewController ShareViewController TextInputTestViewController

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.

Reimplemented in FlutterViewController.

◆ touchesBegan:withEvent:

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

See -[UIResponder touchesBegan:withEvent:]

Reimplemented in FlutterViewController.

◆ touchesCancelled:withEvent:

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

See -[UIResponder touchesCancelled:withEvent:]

Reimplemented in FlutterViewController.

◆ touchesEnded:withEvent:

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

See -[UIResponder touchesEnded:withEvent:]

Reimplemented in FlutterViewController.

◆ touchesEstimatedPropertiesUpdated:

- (void) touchesEstimatedPropertiesUpdated: (NSSet *)  touches

See -[UIResponder touchesEstimatedPropertiesUpdated:]

◆ touchesMoved:withEvent:

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

See -[UIResponder touchesMoved:withEvent:]

Reimplemented in FlutterViewController.

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: