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

#include <FlutterView.h>

Inheritance diagram for <FlutterViewDelegate>:
TestFlutterViewDelegate

Instance Methods

(void) - viewDidReshape:
 
(BOOL- viewShouldAcceptFirstResponder:
 

Detailed Description

Delegate for FlutterView.

Definition at line 18 of file FlutterView.h.

Method Documentation

◆ viewDidReshape:

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

Called when the view's backing store changes size.

Reimplemented in TestFlutterViewDelegate.

◆ viewShouldAcceptFirstResponder:

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

Called to determine whether the view should accept first responder status.


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