summaryrefslogtreecommitdiff
path: root/sdl2-macos-ios.diff
AgeCommit message (Collapse)Author
2021-09-26macOS: Context menu consumes modifier key releasesJaakko Keränen
2021-09-21macOS: Native context menusJaakko Keränen
Popup context menus now use NSMenu. There are still has a few glitches with the navbar identity button, but most menus are working. SDL required another little tweak to force it to update mouse button state after the synchronously handled context menu goes away. Otherwise SDL's internal mouse button state shows that the right mouse button is held down.
2021-05-19iOS: Updated SDL patchJaakko Keränen
The SDL patch now contains the macOS scroll event change and, as a new addition, iOS status bar appearance control via the SDL view controller.