Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
plugin_registrar_windows.h File Reference
#include <flutter_windows.h>
#include <windows.h>
#include <memory>
#include <optional>
#include "flutter_view.h"
#include "plugin_registrar.h"

Go to the source code of this file.

Classes

class  flutter::PluginRegistrarWindows
 

Namespaces

namespace  flutter
 

Typedefs

using flutter::WindowProcDelegate = std::function< std::optional< LRESULT >(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam)>