5 #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVIEWCONTROLLER_INTERNAL_H_
6 #define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVIEWCONTROLLER_INTERNAL_H_
20 @property(nonatomic, readonly, nullable)
FlutterView* flutterView;
27 @property(nonatomic, readonly) std::weak_ptr<flutter::AccessibilityBridgeMac> accessibilityBridge;
32 - (BOOL)isDispatchingKeyEvent:(nonnull NSEvent*)event;
49 - (void)detachFromEngine;
55 - (void)notifySemanticsEnabledChanged;
61 - (void)updateSemantics:(nonnull const FlutterSemanticsUpdate2*)update;
67 - (void)onAccessibilityStatusChanged:(BOOL)enabled;
74 - (std::shared_ptr<flutter::AccessibilityBridgeMac>)createAccessibilityBridgeWithEngine:
77 - (nonnull
FlutterView*)createFlutterViewWithMTLDevice:(nonnull
id<MTLDevice>)device
78 commandQueue:(nonnull
id<MTLCommandQueue>)commandQueue;
82 #endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVIEWCONTROLLER_INTERNAL_H_