#include "flutter/shell/platform/windows/cursor_handler.h"
#include <windows.h>
#include "flutter/shell/platform/common/client_wrapper/include/flutter/standard_method_codec.h"
#include "flutter/shell/platform/windows/flutter_windows_engine.h"
#include "flutter/shell/platform/windows/flutter_windows_view.h"
Go to the source code of this file.
◆ kActivateSystemCursorMethod
constexpr char kActivateSystemCursorMethod[] = "activateSystemCursor" |
|
staticconstexpr |
◆ kChannelName
constexpr char kChannelName[] = "flutter/mousecursor" |
|
staticconstexpr |
◆ kCreateCustomCursorMethod
constexpr char kCreateCustomCursorMethod[] |
|
staticconstexpr |
◆ kCursorError
constexpr char kCursorError[] = "Cursor error" |
|
staticconstexpr |
◆ kCustomCursorBufferKey
constexpr char kCustomCursorBufferKey[] = "buffer" |
|
staticconstexpr |
◆ kCustomCursorHeightKey
constexpr char kCustomCursorHeightKey[] = "height" |
|
staticconstexpr |
◆ kCustomCursorHotXKey
constexpr char kCustomCursorHotXKey[] = "hotX" |
|
staticconstexpr |
◆ kCustomCursorHotYKey
constexpr char kCustomCursorHotYKey[] = "hotY" |
|
staticconstexpr |
◆ kCustomCursorNameKey
constexpr char kCustomCursorNameKey[] = "name" |
|
staticconstexpr |
◆ kCustomCursorWidthKey
constexpr char kCustomCursorWidthKey[] = "width" |
|
staticconstexpr |
◆ kDeleteCustomCursorMethod
constexpr char kDeleteCustomCursorMethod[] |
|
staticconstexpr |
◆ kKindKey
constexpr char kKindKey[] = "kind" |
|
staticconstexpr |
◆ kSetCustomCursorMethod
constexpr char kSetCustomCursorMethod[] = "setCustomCursor/windows" |
|
staticconstexpr |