#include "flutter/shell/platform/windows/flutter_windows_engine.h"#include <dwmapi.h>#include <filesystem>#include <shared_mutex>#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/shell/platform/windows/window_manager.h"#include "flutter/third_party/accessibility/ax/ax_node.h"#include "shell/platform/windows/flutter_project_bundle.h"Go to the source code of this file.
Namespaces | |
| flutter | |
Variables | |
| static constexpr char | kAccessibilityChannelName [] = "flutter/accessibility" |
|
staticconstexpr |
Definition at line 35 of file flutter_windows_engine.cc.
Referenced by flutter::AccessibilityPlugin::SetUp().