|
Flutter Linux Embedder
|
|
Go to the documentation of this file.
5 #ifndef FLUTTER_SHELL_PLATFORM_LINUX_KEY_MAPPING_H_
6 #define FLUTTER_SHELL_PLATFORM_LINUX_KEY_MAPPING_H_
14 return pointer ==
nullptr ? 0 :
reinterpret_cast<uint64_t
>(pointer);
18 return reinterpret_cast<gpointer
>(number);
55 #endif // FLUTTER_SHELL_PLATFORM_LINUX_KEY_MAPPING_H_
gpointer uint64_to_gpointer(uint64_t number)
const uint64_t kUnicodePlane
std::map< uint64_t, uint64_t > gtk_keyval_to_logical_key_map
const uint64_t kValueMask
void initialize_modifier_bit_to_checked_keys(GHashTable *table)
const std::vector< LayoutGoal > layout_goals
std::map< uint64_t, uint64_t > xkb_to_physical_key_map
void initialize_lock_bit_to_checked_keys(GHashTable *table)
uint64_t gpointer_to_uint64(gpointer pointer)