#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 | |
flutter | |
Typedefs | |
using | flutter::WindowProcDelegate = std::function< std::optional< LRESULT >(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam)> |