Go to the source code of this file.
Classes | |
| struct | FlMouseCursorChannelVTable |
Functions | |
| G_BEGIN_DECLS | G_DECLARE_FINAL_TYPE (FlMouseCursorChannel, fl_mouse_cursor_channel, FL, MOUSE_CURSOR_CHANNEL, GObject) |
| FlMouseCursorChannel * | fl_mouse_cursor_channel_new (FlBinaryMessenger *messenger, FlMouseCursorChannelVTable *vtable, gpointer user_data) |
| FlMouseCursorChannel* fl_mouse_cursor_channel_new | ( | FlBinaryMessenger * | messenger, |
| FlMouseCursorChannelVTable * | vtable, | ||
| gpointer | user_data | ||
| ) |
fl_mouse_cursor_channel_new: @messenger: an #FlBinaryMessenger. @vtable: callbacks for incoming method calls. @user_data: data to pass in callbacks.
Creates a new channel that implements SystemChannels.mouseCursor from the Flutter services library.
Returns: a new #FlMouseCursorChannel.
Definition at line 85 of file fl_mouse_cursor_channel.cc.
References fl_method_channel_new(), fl_method_channel_set_method_call_handler(), fl_standard_method_codec_new(), kChannelName, method_call_cb(), and user_data.
Referenced by fl_mouse_cursor_handler_new().
| G_BEGIN_DECLS G_DECLARE_FINAL_TYPE | ( | FlMouseCursorChannel | , |
| fl_mouse_cursor_channel | , | ||
| FL | , | ||
| MOUSE_CURSOR_CHANNEL | , | ||
| GObject | |||
| ) |