#include <cstdint>Go to the source code of this file.
Classes | |
| struct | flutter::KeyData |
Namespaces | |
| namespace | flutter |
Enumerations | |
| enum class | flutter::KeyEventType : int64_t { flutter::kDown = 0 , flutter::kUp , flutter::kRepeat } |
| enum class | flutter::KeyEventDeviceType : int64_t { flutter::kKeyboard = 0 , flutter::kDirectionalPad , flutter::kGamepad , flutter::kJoystick , flutter::kHdmi } |
Variables | |
| static constexpr int | flutter::kKeyDataFieldCount = 6 |
| static constexpr int | flutter::kBytesPerKeyField = sizeof(int64_t) |