1. 26 May, 2021 1 commit
    • Greg Spencer's avatar
      Add iOS key map generation, make macOS var naming consistent with repo (#83146) · 6b087c74
      Greg Spencer authored
      This adds iOS key map generation that uses std::maps. It uses std::maps because on iOS if we use NSDictionaries, then when XCode loads the dylib, the initialization of those status NSDictionaries hasn't yet occurred, and it crashes the app. std::maps have a well-defined static behavior, and are correctly initialized.
      
      I also made the naming of variables, fields, etc. consistent for macOS. We variously had macosFoo, macOSFoo, and macOsFoo. I eliminated macOsFoo and macosFoo, since the rest of the repo uses macOSFoo for lowerCamelCase names (with only a few exceptions). I used iOSFoo for iOS.
      6b087c74
  2. 10 May, 2021 1 commit
  3. 01 May, 2021 1 commit
  4. 22 Oct, 2020 1 commit
    • puelo's avatar
      Generate RawKeyEvents for iOS 13.4+ (#65193) · 24d39997
      puelo authored
      * Added RawKeyEvent support for iOS
      
      * Removed unused remnant
      
      * added some missing keys
      
      * Removed trailing whitespaces
      
      * commit for build
      
      * Added mapping names
      
      * Made iOS keycodes generatable and collectable
      
      * Fixed naming and formatting issues
      
      * fixed raw_keyboard_test
      24d39997
  5. 29 Jul, 2020 1 commit