Flutter macOS Embedder
FlutterCursorCoordinator Class Reference

#import <FlutterMutatorView.h>

Inheritance diagram for FlutterCursorCoordinator:

Instance Methods

(nonnull FlutterCursorCoordinator *) - initWithFlutterView:
 
(void) - processMouseMoveEvent:forMutatorView:overlayRegion:
 

Properties

BOOL cleanupScheduled
 

Detailed Description

FlutterCursorCoordinator is responsible for coordinating cursor changes between platform views and overlays of single FlutterView.

Definition at line 45 of file FlutterMutatorView.h.

Method Documentation

◆ initWithFlutterView:

- (nonnull FlutterCursorCoordinator*) initWithFlutterView: (nonnull FlutterView *)  flutterView

◆ processMouseMoveEvent:forMutatorView:overlayRegion:

- (void) processMouseMoveEvent: (nonnull NSEvent *)  event
forMutatorView: (nonnull FlutterMutatorView *)  view
overlayRegion: (const std::vector< CGRect > &)  region 

Provided by category FlutterCursorCoordinator(Private).

Property Documentation

◆ cleanupScheduled

- (BOOL) cleanupScheduled
readnonatomicassign

Provided by category FlutterCursorCoordinator(Private).

Definition at line 54 of file FlutterMutatorView.h.


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