![]() |
Flutter Engine
The Flutter Engine
|
#import <Cocoa/Cocoa.h>
#import "FlutterEngine.h"
#import "FlutterMacros.h"
#import "FlutterPlatformViews.h"
#import "FlutterPluginRegistrarMacOS.h"
Go to the source code of this file.
Classes | |
class | FlutterViewController |
Typedefs | |
typedef int64_t | FlutterViewIdentifier |
Functions | |
typedef | NS_ENUM (NSInteger, FlutterMouseTrackingMode) |
typedef int64_t FlutterViewIdentifier |
A unique identifier for a view within which Flutter content is hosted.
Identifiers are guaranteed to be unique for views owned by a given engine but may collide for views owned by different engines.
Definition at line 21 of file FlutterViewController.h.
typedef NS_ENUM | ( | NSInteger | , |
FlutterMouseTrackingMode | |||
) |
Values for the mouseTrackingMode
property.
Definition at line 26 of file FlutterViewController.h.