Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | List of all members
TestFlutterViewDelegate Class Reference
Inheritance diagram for TestFlutterViewDelegate:
<FlutterViewDelegate>

Instance Methods

(void) - viewDidReshape: [implementation]
 
(BOOL- viewShouldAcceptFirstResponder: [implementation]
 
- Instance Methods inherited from <FlutterViewDelegate>
(BOOL- viewShouldAcceptFirstResponder:
 

Detailed Description

Definition at line 13 of file FlutterViewTest.mm.

Method Documentation

◆ viewDidReshape:

- (void) viewDidReshape: (nonnull NSView *)  view
implementation

Called when the view's backing store changes size.

Reimplemented from <FlutterViewDelegate>.

Definition at line 117 of file FlutterViewTest.mm.

19 :(nonnull NSView*)view {
20}

◆ viewShouldAcceptFirstResponder:

- (BOOL) viewShouldAcceptFirstResponder: (NSView*)  view
implementation

Definition at line 117 of file FlutterViewTest.mm.

22 :(NSView*)view {
23 return YES;
24}

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