Flutter Engine
The Flutter Engine
|
#include <embedder.h>
Public Attributes | |
size_t | struct_size |
The size of this struct. Must be sizeof(FlutterWindowMetricsEvent). More... | |
size_t | width |
Physical width of the window. More... | |
size_t | height |
Physical height of the window. More... | |
double | pixel_ratio |
Scale factor for the physical screen. More... | |
size_t | left |
Horizontal physical location of the left side of the window on the screen. More... | |
size_t | top |
Vertical physical location of the top of the window on the screen. More... | |
double | physical_view_inset_top |
Top inset of window. More... | |
double | physical_view_inset_right |
Right inset of window. More... | |
double | physical_view_inset_bottom |
Bottom inset of window. More... | |
double | physical_view_inset_left |
Left inset of window. More... | |
FlutterEngineDisplayId | display_id |
The identifier of the display the view is rendering on. More... | |
int64_t | view_id |
The view that this event is describing. More... | |
Definition at line 841 of file embedder.h.
FlutterEngineDisplayId FlutterWindowMetricsEvent::display_id |
The identifier of the display the view is rendering on.
Definition at line 863 of file embedder.h.
size_t FlutterWindowMetricsEvent::height |
Physical height of the window.
Definition at line 847 of file embedder.h.
size_t FlutterWindowMetricsEvent::left |
Horizontal physical location of the left side of the window on the screen.
Definition at line 851 of file embedder.h.
double FlutterWindowMetricsEvent::physical_view_inset_bottom |
Bottom inset of window.
Definition at line 859 of file embedder.h.
double FlutterWindowMetricsEvent::physical_view_inset_left |
Left inset of window.
Definition at line 861 of file embedder.h.
double FlutterWindowMetricsEvent::physical_view_inset_right |
Right inset of window.
Definition at line 857 of file embedder.h.
double FlutterWindowMetricsEvent::physical_view_inset_top |
Top inset of window.
Definition at line 855 of file embedder.h.
double FlutterWindowMetricsEvent::pixel_ratio |
Scale factor for the physical screen.
Definition at line 849 of file embedder.h.
size_t FlutterWindowMetricsEvent::struct_size |
The size of this struct. Must be sizeof(FlutterWindowMetricsEvent).
Definition at line 843 of file embedder.h.
size_t FlutterWindowMetricsEvent::top |
Vertical physical location of the top of the window on the screen.
Definition at line 853 of file embedder.h.
int64_t FlutterWindowMetricsEvent::view_id |
The view that this event is describing.
Definition at line 865 of file embedder.h.
size_t FlutterWindowMetricsEvent::width |
Physical width of the window.
Definition at line 845 of file embedder.h.