Instance Methods | |
| (FlutterError *) | - activateSystemCursor: |
| (void) | - displayCursorObject: |
| (void) | - handleMethodCall:result: |
Properties | |
| id< FlutterMouseCursorPluginDelegate > | delegate |
Definition at line 65 of file FlutterMouseCursorPlugin.mm.
| - (FlutterError *) activateSystemCursor: | (nonnull NSDictionary *) | arguments |
Handles the method call that activates a system cursor.
Returns a FlutterError if the arguments can not be recognized. Otherwise returns nil.
| - (void) displayCursorObject: | (nonnull NSCursor *) | cursorObject |
Displays the specified cursor.
Unhides the cursor before displaying the cursor, and updates internal states.
| - (void) handleMethodCall: | (FlutterMethodCall *) | call | |
| result: | (FlutterResult) | result | |
Handles all method calls from Flutter.
|
readwritenonatomicweak |
Definition at line 67 of file FlutterMouseCursorPlugin.mm.