#include <flutter_glfw.h>
Public Attributes | |
| const char * | title |
| int32_t | width |
| int32_t | height |
| bool | prevent_resize |
Definition at line 63 of file flutter_glfw.h.
| int32_t FlutterDesktopWindowProperties::height |
Definition at line 69 of file flutter_glfw.h.
Referenced by flutter::FlutterWindowController::CreateWindow(), and FlutterDesktopCreateWindow().
| bool FlutterDesktopWindowProperties::prevent_resize |
Definition at line 72 of file flutter_glfw.h.
Referenced by flutter::FlutterWindowController::CreateWindow(), and FlutterDesktopCreateWindow().
| const char* FlutterDesktopWindowProperties::title |
Definition at line 65 of file flutter_glfw.h.
Referenced by flutter::FlutterWindowController::CreateWindow(), and FlutterDesktopCreateWindow().
| int32_t FlutterDesktopWindowProperties::width |
Definition at line 67 of file flutter_glfw.h.
Referenced by flutter::FlutterWindowController::CreateWindow(), and FlutterDesktopCreateWindow().