#include <stdint.h>#include <string>Go to the source code of this file.
Namespaces | |
| flutter | |
Functions | |
| uint32_t | flutter::UndeadChar (uint32_t ch) |
| std::u16string | flutter::EncodeUtf16 (char32_t character) |
Variables | |
| constexpr int | flutter::kShift = 1 << 0 |
| constexpr int | flutter::kControl = 1 << 3 |
| constexpr int | flutter::kScanCodeShiftLeft = 0x2a |
| constexpr int | flutter::kScanCodeShiftRight = 0x36 |
| constexpr int | flutter::kKeyCodeShiftLeft = 0xa0 |
| constexpr int | flutter::kScanCodeControlLeft = 0x1d |
| constexpr int | flutter::kScanCodeControlRight = 0xe01d |
| constexpr int | flutter::kKeyCodeControlLeft = 0xa2 |
| constexpr int | flutter::kDeadKeyCharMask = 0x80000000 |