Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | List of all members
<FlutterIndirectScribbleDelegate> Protocol Reference

#include <FlutterIndirectScribbleDelegate.h>

Inheritance diagram for <FlutterIndirectScribbleDelegate>:
FlutterEngine FlutterEnginePartialMock FlutterEngineSpy FlutterHeadlessDartRunner MockableFlutterEngine

Instance Methods

(void) - flutterTextInputPlugin:focusElement:atPoint:result:
 
(void) - flutterTextInputPlugin:requestElementsInRect:result:
 

Detailed Description

Definition at line 13 of file FlutterIndirectScribbleDelegate.h.

Method Documentation

◆ flutterTextInputPlugin:focusElement:atPoint:result:

- (void) flutterTextInputPlugin: (FlutterTextInputPlugin *)  textInputPlugin
focusElement: (UIScribbleElementIdentifier)  elementIdentifier
atPoint: (CGPoint)  referencePoint
result: (FlutterResult callback 

Reimplemented in FlutterEngine.

◆ flutterTextInputPlugin:requestElementsInRect:result:

- (void) flutterTextInputPlugin: (FlutterTextInputPlugin *)  textInputPlugin
requestElementsInRect: (CGRect)  rect
result: (FlutterResult callback 

Reimplemented in FlutterEngine.


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