flutter/dev/tools/gen_keycodes/test
Greg Spencer 2cb685e157
Modify key info generation for new iOS key code. (#83439)
The (new, not yet used) code gen for iOS was setting up a std::map from key codes to logical and physical key codes, but it was using uint32_t, which isn't big enough to hold the Flutter key codes.

Also, iOS needs to be able to filter out function keys, so I added a function key set.
2021-07-20 04:24:43 -07:00
..
gen_keycodes_test.dart Modify key info generation for new iOS key code. (#83439) 2021-07-20 04:24:43 -07:00