Flutter Engine
The Flutter Engine
|
Classes | |
interface | MouseCursorMethodHandler |
Public Member Functions | |
MouseCursorChannel (@NonNull DartExecutor dartExecutor) | |
void | setMethodHandler (@Nullable MouseCursorMethodHandler mouseCursorMethodHandler) |
void | synthesizeMethodCall (@NonNull MethodCall call, @NonNull MethodChannel.Result result) |
Public Attributes | |
final MethodChannel | channel |
System channel that receives requests for mouse cursor behavior, e.g., set as system cursors.
Definition at line 18 of file MouseCursorChannel.java.
|
inline |
Definition at line 24 of file MouseCursorChannel.java.
|
inline |
Sets the MouseCursorMethodHandler
which receives all events and requests that are parsed from the underlying platform channel.
Definition at line 33 of file MouseCursorChannel.java.
|
inline |
Definition at line 74 of file MouseCursorChannel.java.
final MethodChannel io.flutter.embedding.engine.systemchannels.MouseCursorChannel.channel |
Definition at line 21 of file MouseCursorChannel.java.