#include <host_window.h>
Public Attributes | |
| LONG | style |
| LONG | ex_style |
| RECT | rect |
| ActualWindowSize | client_size |
| int | dpi |
| HMONITOR | monitor |
| MONITORINFO | monitor_info |
Definition at line 170 of file host_window.h.
| ActualWindowSize flutter::HostWindow::SavedWindowInfo::client_size |
Definition at line 174 of file host_window.h.
| int flutter::HostWindow::SavedWindowInfo::dpi |
Definition at line 175 of file host_window.h.
| LONG flutter::HostWindow::SavedWindowInfo::ex_style |
Definition at line 172 of file host_window.h.
| HMONITOR flutter::HostWindow::SavedWindowInfo::monitor |
Definition at line 176 of file host_window.h.
| MONITORINFO flutter::HostWindow::SavedWindowInfo::monitor_info |
Definition at line 177 of file host_window.h.
| RECT flutter::HostWindow::SavedWindowInfo::rect |
Definition at line 173 of file host_window.h.
| LONG flutter::HostWindow::SavedWindowInfo::style |
Definition at line 171 of file host_window.h.