Class MouseCursorChannel
java.lang.Object
io.flutter.embedding.engine.systemchannels.MouseCursorChannel
System channel that receives requests for mouse cursor behavior, e.g., set as system cursors.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setMethodHandler
(MouseCursorChannel.MouseCursorMethodHandler mouseCursorMethodHandler) Sets theMouseCursorChannel.MouseCursorMethodHandler
which receives all events and requests that are parsed from the underlying platform channel.void
synthesizeMethodCall
(MethodCall call, MethodChannel.Result result)
-
Field Details
-
channel
-
-
Constructor Details
-
MouseCursorChannel
-
-
Method Details
-
setMethodHandler
public void setMethodHandler(@Nullable MouseCursorChannel.MouseCursorMethodHandler mouseCursorMethodHandler) Sets theMouseCursorChannel.MouseCursorMethodHandler
which receives all events and requests that are parsed from the underlying platform channel. -
synthesizeMethodCall
@VisibleForTesting public void synthesizeMethodCall(@NonNull MethodCall call, @NonNull MethodChannel.Result result)
-