#include <plugin_registrar_glfw.h>
Definition at line 19 of file plugin_registrar_glfw.h.
◆ PluginRegistrarGlfw() [1/2]
Definition at line 23 of file plugin_registrar_glfw.h.
25 window_ = std::make_unique<FlutterWindow>(
27 }
PluginRegistrar(FlutterDesktopPluginRegistrarRef core_registrar)
FlutterDesktopWindowRef FlutterDesktopPluginRegistrarGetWindow(FlutterDesktopPluginRegistrarRef registrar)
◆ ~PluginRegistrarGlfw()
virtual flutter::PluginRegistrarGlfw::~PluginRegistrarGlfw |
( |
| ) |
|
|
inlinevirtual |
◆ PluginRegistrarGlfw() [2/2]
◆ EnableInputBlockingForChannel()
void flutter::PluginRegistrarGlfw::EnableInputBlockingForChannel |
( |
const std::string & |
channel | ) |
|
|
inline |
Definition at line 46 of file plugin_registrar_glfw.h.
46 {
48 channel.c_str());
49 }
FlutterDesktopPluginRegistrarRef registrar() const
void FlutterDesktopPluginRegistrarEnableInputBlocking(FlutterDesktopPluginRegistrarRef registrar, const char *channel)
◆ operator=()
◆ window()
The documentation for this class was generated from the following file: