Flutter macOS Embedder
<FlutterViewDelegate> Protocol Reference

#import <FlutterView.h>

Inheritance diagram for <FlutterViewDelegate>:
TestFlutterViewDelegate

Instance Methods

(void) - viewDidReshape:
 
(BOOL) - viewShouldAcceptFirstResponder:
 

Detailed Description

Delegate for FlutterView.

Definition at line 31 of file FlutterView.h.

Method Documentation

◆ viewDidReshape:

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

Called when the view's backing store changes size.

◆ 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: