Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Variables
flutter_windows_engine.cc File Reference
#include "flutter/shell/platform/windows/flutter_windows_engine.h"
#include <dwmapi.h>
#include <filesystem>
#include <sstream>
#include "flutter/fml/logging.h"
#include "flutter/fml/paths.h"
#include "flutter/fml/platform/win/wstring_conversion.h"
#include "flutter/fml/synchronization/waitable_event.h"
#include "flutter/shell/platform/common/client_wrapper/binary_messenger_impl.h"
#include "flutter/shell/platform/common/client_wrapper/include/flutter/standard_message_codec.h"
#include "flutter/shell/platform/common/path_utils.h"
#include "flutter/shell/platform/embedder/embedder_struct_macros.h"
#include "flutter/shell/platform/windows/accessibility_bridge_windows.h"
#include "flutter/shell/platform/windows/compositor_opengl.h"
#include "flutter/shell/platform/windows/compositor_software.h"
#include "flutter/shell/platform/windows/flutter_windows_view.h"
#include "flutter/shell/platform/windows/keyboard_key_channel_handler.h"
#include "flutter/shell/platform/windows/system_utils.h"
#include "flutter/shell/platform/windows/task_runner.h"
#include "flutter/third_party/accessibility/ax/ax_node.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 

Variables

static constexpr char kAccessibilityChannelName [] = "flutter/accessibility"
 

Variable Documentation

◆ kAccessibilityChannelName

constexpr char kAccessibilityChannelName[] = "flutter/accessibility"
staticconstexpr

Definition at line 32 of file flutter_windows_engine.cc.