Flutter Engine
The Flutter Engine
|
#import <FlutterMutatorView.h>
Instance Methods | |
(nonnull FlutterCursorCoordinator *) | - initWithFlutterView: |
(FlutterCursorCoordinator *) | - initWithFlutterView: [implementation] |
(void) | - frameCleanup [implementation] |
(BOOL) | - cleanupScheduled [implementation] |
(void) | - processMouseMoveEvent:forMutatorView:overlayRegion: [implementation] |
FlutterCursorCoordinator is responsible for coordinating cursor changes between platform views and overlays of single FlutterView.
Definition at line 45 of file FlutterMutatorView.h.
|
implementation |
Provided by category FlutterCursorCoordinator(Private).
Definition at line 36 of file FlutterMutatorView.mm.
|
implementation |
Definition at line 36 of file FlutterMutatorView.mm.
|
implementation |
Definition at line 36 of file FlutterMutatorView.mm.
- (nonnull FlutterCursorCoordinator *) initWithFlutterView: | (nonnull FlutterView *) | flutterView |
|
implementation |
Provided by category FlutterCursorCoordinator(Private).
Definition at line 36 of file FlutterMutatorView.mm.