#include "flutter/shell/platform/windows/keyboard_key_embedder_handler.h"#include <windows.h>#include <chrono>#include <string>#include "flutter/fml/logging.h"#include "flutter/shell/platform/windows/keyboard_utils.h"Go to the source code of this file.
Namespaces | |
| flutter | |
Functions | |
| std::string | flutter::ConvertChar32ToUtf8 (char32_t ch) |
| static bool | flutter::isEasciiPrintable (int codeUnit) |
| static uint64_t | flutter::toLower (uint64_t n) |
| static uint16_t | flutter::normalizeScancode (int windowsScanCode, bool extended) |