#import <FlutterMouseCursorPlugin.h>
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: |
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 16 of file FlutterMouseCursorPlugin.h.