Flutter Windows Embedder
flutter::HostWindow::SavedWindowInfo Struct Reference

#include <host_window.h>

Public Attributes

LONG style
 
LONG ex_style
 
RECT rect
 
ActualWindowSize client_size
 
int dpi
 
HMONITOR monitor
 
MONITORINFO monitor_info
 

Detailed Description

Definition at line 142 of file host_window.h.

Member Data Documentation

◆ client_size

ActualWindowSize flutter::HostWindow::SavedWindowInfo::client_size

Definition at line 146 of file host_window.h.

◆ dpi

int flutter::HostWindow::SavedWindowInfo::dpi

Definition at line 147 of file host_window.h.

◆ ex_style

LONG flutter::HostWindow::SavedWindowInfo::ex_style

Definition at line 144 of file host_window.h.

◆ monitor

HMONITOR flutter::HostWindow::SavedWindowInfo::monitor

Definition at line 148 of file host_window.h.

◆ monitor_info

MONITORINFO flutter::HostWindow::SavedWindowInfo::monitor_info

Definition at line 149 of file host_window.h.

◆ rect

RECT flutter::HostWindow::SavedWindowInfo::rect

Definition at line 145 of file host_window.h.

◆ style

LONG flutter::HostWindow::SavedWindowInfo::style

Definition at line 143 of file host_window.h.


The documentation for this struct was generated from the following file: