Go to the source code of this file.
Classes | |
struct | FlutterPlatformViewCreationParameters |
struct | FlutterPlatformViewTypeEntry |
Typedefs | |
typedef int64_t | PlatformViewId |
typedef HWND(* | FlutterPlatformViewFactory) (const FlutterPlatformViewCreationParameters *) |
Functions | |
FLUTTER_EXPORT void | FlutterDesktopEngineRegisterPlatformViewType (FlutterDesktopEngineRef engine, const char *view_type_name, FlutterPlatformViewTypeEntry view_type) |
typedef HWND(* FlutterPlatformViewFactory) (const FlutterPlatformViewCreationParameters *) |
Definition at line 29 of file flutter_windows_internal.h.
typedef int64_t PlatformViewId |
Definition at line 17 of file flutter_windows_internal.h.
FLUTTER_EXPORT void FlutterDesktopEngineRegisterPlatformViewType | ( | FlutterDesktopEngineRef | engine, |
const char * | view_type_name, | ||
FlutterPlatformViewTypeEntry | view_type | ||
) |
Definition at line 254 of file flutter_windows.cc.