5 #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVIEWCONTROLLER_INTERNAL_H_
6 #define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVIEWCONTROLLER_INTERNAL_H_
19 @property(nonatomic, readonly, nullable)
FlutterView* flutterView;
26 @property(nonatomic, readonly) std::weak_ptr<flutter::AccessibilityBridgeMac> accessibilityBridge;
31 - (BOOL)isDispatchingKeyEvent:(nonnull NSEvent*)event;
48 - (void)detachFromEngine;
54 - (void)notifySemanticsEnabledChanged;
60 - (void)updateSemantics:(nonnull const FlutterSemanticsUpdate2*)update;
66 - (void)onAccessibilityStatusChanged:(BOOL)enabled;
73 - (std::shared_ptr<flutter::AccessibilityBridgeMac>)createAccessibilityBridgeWithEngine:
76 - (nonnull
FlutterView*)createFlutterViewWithMTLDevice:(nonnull
id<MTLDevice>)device
77 commandQueue:(nonnull
id<MTLCommandQueue>)commandQueue;
81 #endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVIEWCONTROLLER_INTERNAL_H_