#include <KeyCodeMap_Internal.h>
Public Attributes | |
uint16_t | keyCode |
uint64_t | keyChar |
bool | mandatory |
A character that Flutter wants to derive layout for, and guides on how to derive it.
Definition at line 94 of file KeyCodeMap_Internal.h.
uint64_t flutter::LayoutGoal::keyChar |
Definition at line 99 of file KeyCodeMap_Internal.h.
Referenced by flutter::operator==().
uint16_t flutter::LayoutGoal::keyCode |
Definition at line 96 of file KeyCodeMap_Internal.h.
Referenced by flutter::operator==().
bool flutter::LayoutGoal::mandatory |
Definition at line 103 of file KeyCodeMap_Internal.h.
Referenced by flutter::operator==().