summaryrefslogtreecommitdiff
path: root/platform/ios/SCsub
AgeCommit message (Collapse)Author
2023-02-15iOS: Fix memory leak on touch inputTravis Veralrud
Replace incomplete iOS gesture with touch implementation. Fixes #66422.
2023-01-23Cleanup and unify keyboard input.bruvzg
- Unify keycode values (secondary label printed on a key), remove unused hardcoded Latin-1 codes. - Unify IME behaviour, add inline composition string display on Windows and X11. - Add key_label (localized label printed on a key) value to the key events, and allow mapping actions to the unshifted Unicode events. - Add support for physical keyboard (Bluetooth or Sidecar) handling on iOS. - Add support for media key handling on macOS. Co-authored-by: Raul Santos <raulsntos@gmail.com>
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg