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

Instance Methods

(nonnull instancetype) - initWithEvent:
 
(void) - dealloc [implementation]
 

Properties

FlutterKeyEventdata
 

Detailed Description

Definition at line 25 of file FlutterViewControllerTest.mm.

Method Documentation

◆ dealloc

- (void) dealloc
implementation

Definition at line 26 of file FlutterViewControllerTest.mm.

37 {
38 delete _data;
39}

◆ initWithEvent:

- (instancetype) initWithEvent: (const FlutterKeyEvent*)  event

Definition at line 26 of file FlutterViewControllerTest.mm.

31 :(const FlutterKeyEvent*)event {
32 self = [super init];
33 _data = new FlutterKeyEvent(*event);
34 return self;
35}
FlKeyEvent * event

Property Documentation

◆ data

- (FlutterKeyEvent*) data
readwritenonatomicassign

Definition at line 26 of file FlutterViewControllerTest.mm.


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