Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
FlutterDesktopWindowProperties Struct Reference

#include <flutter_glfw.h>

Public Attributes

const char * title
 
int32_t width
 
int32_t height
 
bool prevent_resize
 

Detailed Description

Definition at line 62 of file flutter_glfw.h.

Member Data Documentation

◆ height

int32_t FlutterDesktopWindowProperties::height

Definition at line 68 of file flutter_glfw.h.

◆ prevent_resize

bool FlutterDesktopWindowProperties::prevent_resize

Definition at line 71 of file flutter_glfw.h.

◆ title

const char* FlutterDesktopWindowProperties::title

Definition at line 64 of file flutter_glfw.h.

◆ width

int32_t FlutterDesktopWindowProperties::width

Definition at line 66 of file flutter_glfw.h.


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