#include <FlutterView.h>
Instance Methods | |
| (void) | - viewDidReshape: |
| (BOOL) | - viewShouldAcceptFirstResponder: |
Delegate for FlutterView.
Definition at line 18 of file FlutterView.h.
| - (void) viewDidReshape: | (nonnull NSView *) | view |
Called when the view's backing store changes size.
| - (BOOL) viewShouldAcceptFirstResponder: | (nonnull NSView *) | view |
Called to determine whether the view should accept first responder status.