#include <unordered_map>#include "flutter/fml/macros.h"#include "flutter/shell/platform/common/client_wrapper/include/flutter/binary_messenger.h"#include "flutter/shell/platform/common/client_wrapper/include/flutter/encodable_value.h"#include "flutter/shell/platform/common/client_wrapper/include/flutter/method_channel.h"#include "flutter/shell/platform/windows/public/flutter_windows.h"#include "flutter/shell/platform/windows/window_binding_handler.h"Go to the source code of this file.
Classes | |
| class | flutter::CursorHandler |
Namespaces | |
| flutter | |
Functions | |
| HCURSOR | flutter::GetCursorFromBuffer (const std::vector< uint8_t > &buffer, double hot_x, double hot_y, int width, int height) |
| void | flutter::GetMaskBitmaps (HBITMAP bitmap, HBITMAP &mask_bitmap) |