Flutter macOS Embedder
FlutterMouseCursorPlugin Class Reference

#import <FlutterMouseCursorPlugin.h>

Inheritance diagram for FlutterMouseCursorPlugin:
<FlutterPlugin> <FlutterAppLifecycleDelegate>

Additional Inherited Members

- Instance Methods inherited from <FlutterPlugin>
(void) - handleMethodCall:result:
 
- Instance Methods inherited from <FlutterAppLifecycleDelegate>
(void) - handleWillFinishLaunching:
 
(void) - handleDidFinishLaunching:
 
(void) - handleWillBecomeActive:
 
(void) - handleDidBecomeActive:
 
(void) - handleWillResignActive:
 
(void) - handleDidResignActive:
 
(void) - handleWillHide:
 
(void) - handleDidHide:
 
(void) - handleWillUnhide:
 
(void) - handleDidUnhide:
 
(void) - handleDidChangeScreenParameters:
 
(void) - handleDidChangeOcclusionState:
 
(BOOL) - handleOpenURLs:
 
(void) - handleWillTerminate:
 
- Class Methods inherited from <FlutterPlugin>
(void) + registerWithRegistrar:
 

Detailed Description

A plugin to handle mouse cursor.

Responsible for bridging the native macOS mouse cursor system with the Flutter framework mouse cursor classes, via system channels.

Definition at line 19 of file FlutterMouseCursorPlugin.h.


The documentation for this class was generated from the following file: