Flutter macOS Embedder
FlutterMouseCursorPlugin.h
Go to the documentation of this file.
1 // Copyright 2013 The Flutter Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #import <Cocoa/Cocoa.h>
6 
9 
10 /**
11  * A plugin to handle mouse cursor.
12  *
13  * Responsible for bridging the native macOS mouse cursor system with the
14  * Flutter framework mouse cursor classes, via system channels.
15  */
16 @interface FlutterMouseCursorPlugin : NSObject <FlutterPlugin>
17 
18 @end
FlutterMouseCursorPlugin
Definition: FlutterMouseCursorPlugin.h:16
FlutterPlugin-p
Definition: FlutterPluginMacOS.h:26
FlutterBinaryMessenger.h
FlutterViewController.h