Flutter Engine
The Flutter Engine
|
#include "flutter/shell/platform/linux/fl_scrolling_view_delegate.h"
Go to the source code of this file.
Functions | |
G_DEFINE_INTERFACE (FlScrollingViewDelegate, fl_scrolling_view_delegate, G_TYPE_OBJECT) static void fl_scrolling_view_delegate_default_init(FlScrollingViewDelegateInterface *iface) | |
void | fl_scrolling_view_delegate_send_mouse_pointer_event (FlScrollingViewDelegate *self, FlutterPointerPhase phase, size_t timestamp, double x, double y, FlutterPointerDeviceKind device_kind, double scroll_delta_x, double scroll_delta_y, int64_t buttons) |
void | fl_scrolling_view_delegate_send_pointer_pan_zoom_event (FlScrollingViewDelegate *self, size_t timestamp, double x, double y, FlutterPointerPhase phase, double pan_x, double pan_y, double scale, double rotation) |
void fl_scrolling_view_delegate_send_mouse_pointer_event | ( | FlScrollingViewDelegate * | self, |
FlutterPointerPhase | phase, | ||
size_t | timestamp, | ||
double | x, | ||
double | y, | ||
FlutterPointerDeviceKind | device_kind, | ||
double | scroll_delta_x, | ||
double | scroll_delta_y, | ||
int64_t | buttons | ||
) |
Definition at line 14 of file fl_scrolling_view_delegate.cc.
void fl_scrolling_view_delegate_send_pointer_pan_zoom_event | ( | FlScrollingViewDelegate * | self, |
size_t | timestamp, | ||
double | x, | ||
double | y, | ||
FlutterPointerPhase | phase, | ||
double | pan_x, | ||
double | pan_y, | ||
double | scale, | ||
double | rotation | ||
) |
Definition at line 30 of file fl_scrolling_view_delegate.cc.
G_DEFINE_INTERFACE | ( | FlScrollingViewDelegate | , |
fl_scrolling_view_delegate | , | ||
G_TYPE_OBJECT | |||
) |
Definition at line 7 of file fl_scrolling_view_delegate.cc.