aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/ios7_osys_events.cpp
AgeCommit message (Collapse)Author
2019-07-07IOS7: Add back mapping of LF character to the Return keyThierry Crozat
This is necessary for properly identifying the Return key pressed from the software or a hardware keyboard, and this was erronously removed in commit e5709ed.
2019-06-30IOS7: Map three finger swipes to arrow keysThierry Crozat
Also use the pinch gesture to show/hide the keyboard. Previously it was using the three fingers swipe up and dowm, which is now mapped to arrow keys.
2019-06-30IOS7: Remove key mapping for function and return keysThierry Crozat
Those keys are not present on the virtual keyboard accessory view. This should fix bug #10314: LSL7: Unable to open Xqwsts's locker on iOS.
2019-06-30IOS7: Add input accessory view to virtual keyboardThierry Crozat
This adds buttons for some keys that are not present on the iOS keyboard, such as the function and arrow keys, as well as a GMM key.
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-01-07IOS7: Make includes match our style.Johannes Schickel
2016-01-06IOS: Avoid subclassing UIApplication, and handle multitaskingVincent Bénony
2016-01-06IOS: Renames iOS7 classes to avoid confusionVincent Bénony