aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/ios7_keyboard.h
AgeCommit message (Collapse)Author
2019-07-06IOS7: Hide input accessory toolbar when an external keyboard is connectedThierry Crozat
2019-06-30IOS7: Use scrollview for keyboard accessory viewThierry Crozat
This allows to have more buttons than what can be displayed on the screen, and now to have all the same buttons on iPhone and on iPad.
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-01-07IOS7: Use standard include guard names.Johannes Schickel
2016-01-06IOS: Renames iOS7 classes to avoid confusionVincent Bénony