#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 110 of file host_window.h.
| ActualWindowSize flutter::HostWindow::SavedWindowInfo::client_size |
Definition at line 114 of file host_window.h.
Referenced by flutter::HostWindow::SetConstraints(), flutter::HostWindow::SetContentSize(), and flutter::HostWindow::SetFullscreen().
| int flutter::HostWindow::SavedWindowInfo::dpi |
Definition at line 115 of file host_window.h.
Referenced by flutter::HostWindow::SetFullscreen().
| LONG flutter::HostWindow::SavedWindowInfo::ex_style |
Definition at line 112 of file host_window.h.
Referenced by flutter::HostWindow::SetConstraints(), flutter::HostWindow::SetContentSize(), and flutter::HostWindow::SetFullscreen().
| HMONITOR flutter::HostWindow::SavedWindowInfo::monitor |
Definition at line 116 of file host_window.h.
Referenced by flutter::HostWindow::SetFullscreen().
| MONITORINFO flutter::HostWindow::SavedWindowInfo::monitor_info |
Definition at line 117 of file host_window.h.
Referenced by flutter::HostWindow::SetFullscreen().
| RECT flutter::HostWindow::SavedWindowInfo::rect |
Definition at line 113 of file host_window.h.
Referenced by flutter::HostWindow::SetConstraints(), flutter::HostWindow::SetContentSize(), and flutter::HostWindow::SetFullscreen().
| LONG flutter::HostWindow::SavedWindowInfo::style |
Definition at line 111 of file host_window.h.
Referenced by flutter::HostWindow::SetConstraints(), flutter::HostWindow::SetContentSize(), and flutter::HostWindow::SetFullscreen().