summaryrefslogtreecommitdiff
path: root/platform/iphone/display_server_iphone.h
AgeCommit message (Expand)Author
2022-05-02Fix screen_get_usable_rect returning display safe areaMarcel Admiraal
2022-04-28Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg
2022-02-04Merge pull request #57335 from jordigcs/display-refresh-rateRémi Verschelde
2022-02-03Add screen_get_refresh_rate to DisplayServerjordi
2022-01-14Add support for getting native display, window, and view handles.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-18Fix initialising of gl_manager and checking gl_manager and context_vulkan pre...Bastiaan Olij
2021-08-12Use "volk" instead of statically linked Vulkan loader.bruvzg
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-07-06Restructure and reimplement vsync optionsHendrik Brucker
2021-05-07OS: Remove native video API only implemented on iOSRémi Verschelde
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-04RenderingServer reorganizationreduz
2020-07-26Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp
2020-07-25iOS: Vulkan supportSergey Minakov