Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
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 170 of file host_window.h.

Member Data Documentation

◆ client_size

ActualWindowSize flutter::HostWindow::SavedWindowInfo::client_size

Definition at line 174 of file host_window.h.

◆ dpi

int flutter::HostWindow::SavedWindowInfo::dpi

Definition at line 175 of file host_window.h.

◆ ex_style

LONG flutter::HostWindow::SavedWindowInfo::ex_style

Definition at line 172 of file host_window.h.

◆ monitor

HMONITOR flutter::HostWindow::SavedWindowInfo::monitor

Definition at line 176 of file host_window.h.

◆ monitor_info

MONITORINFO flutter::HostWindow::SavedWindowInfo::monitor_info

Definition at line 177 of file host_window.h.

◆ rect

RECT flutter::HostWindow::SavedWindowInfo::rect

Definition at line 173 of file host_window.h.

◆ style

LONG flutter::HostWindow::SavedWindowInfo::style

Definition at line 171 of file host_window.h.


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