Flutter Engine
The Flutter Engine
|
#include <flutter_glfw.h>
Public Attributes | |
const char * | assets_path |
const char * | icu_data_path |
const char * | aot_library_path |
const char ** | switches |
size_t | switches_count |
const wchar_t * | assets_path |
const wchar_t * | icu_data_path |
const wchar_t * | aot_library_path |
const char * | dart_entrypoint |
int | dart_entrypoint_argc |
const char ** | dart_entrypoint_argv |
Definition at line 39 of file flutter_glfw.h.
const char* FlutterDesktopEngineProperties::aot_library_path |
Definition at line 51 of file flutter_glfw.h.
const wchar_t* FlutterDesktopEngineProperties::aot_library_path |
Definition at line 54 of file flutter_windows.h.
const char* FlutterDesktopEngineProperties::assets_path |
Definition at line 43 of file flutter_glfw.h.
const wchar_t* FlutterDesktopEngineProperties::assets_path |
Definition at line 43 of file flutter_windows.h.
const char* FlutterDesktopEngineProperties::dart_entrypoint |
Definition at line 62 of file flutter_windows.h.
int FlutterDesktopEngineProperties::dart_entrypoint_argc |
Definition at line 65 of file flutter_windows.h.
const char** FlutterDesktopEngineProperties::dart_entrypoint_argv |
Definition at line 69 of file flutter_windows.h.
const char* FlutterDesktopEngineProperties::icu_data_path |
Definition at line 47 of file flutter_glfw.h.
const wchar_t* FlutterDesktopEngineProperties::icu_data_path |
Definition at line 48 of file flutter_windows.h.
const char** FlutterDesktopEngineProperties::switches |
Definition at line 56 of file flutter_glfw.h.
size_t FlutterDesktopEngineProperties::switches_count |
Definition at line 58 of file flutter_glfw.h.