Flutter macOS Embedder
FlutterMutatorView.mm File Reference
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterMutatorView.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterView.h"
#include <QuartzCore/QuartzCore.h>
#include "flutter/fml/logging.h"
#include "flutter/shell/platform/embedder/embedder.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/NSView+ClipsToBounds.h"

Go to the source code of this file.

Classes

class  FlutterPlatformViewContainer
 Superview container for platform views, to which sublayer transforms are applied. More...
 
class  FlutterPathClipView
 
class  FlutterTrackingAreaContainer
 

Namespaces

 flutter
 

Variables

BOOL _cleanupScheduled
 
BOOL _mouseMoveHandled
 

Variable Documentation

◆ _cleanupScheduled

BOOL _cleanupScheduled
Initial value:
{
__weak FlutterView* _flutterView

Definition at line 33 of file FlutterMutatorView.mm.

◆ _mouseMoveHandled

BOOL _mouseMoveHandled

Definition at line 36 of file FlutterMutatorView.mm.

FlutterView
Definition: FlutterView.h:35