Flutter Windows Embedder
flutter::WindowRect Struct Reference

#include <window_manager.h>

Public Attributes

int32_t left
 
int32_t top
 
int32_t width
 
int32_t height
 

Detailed Description

Definition at line 42 of file window_manager.h.

Member Data Documentation

◆ height

int32_t flutter::WindowRect::height

Definition at line 46 of file window_manager.h.

Referenced by flutter::testing::TEST_F().

◆ left

int32_t flutter::WindowRect::left

Definition at line 43 of file window_manager.h.

Referenced by flutter::testing::TEST_F().

◆ top

int32_t flutter::WindowRect::top

Definition at line 44 of file window_manager.h.

Referenced by flutter::testing::TEST_F().

◆ width

int32_t flutter::WindowRect::width

Definition at line 45 of file window_manager.h.

Referenced by flutter::testing::TEST_F().


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