summaryrefslogtreecommitdiff
path: root/sdl2-macos-mouse-scrolling-patch.diff
AgeCommit message (Collapse)Author
2020-09-15macOS: Diff about a small SDL (2.0.12+) tweakJaakko Keränen
SDL 2.0.12 on macOS currently emulates a regular mouse wheel when swiping on the trackpad, which is not a great experience for GUI apps. Lagrange uses momentum scrolling, so these changes to SDL are needed to enable single-pixel mouse wheel increments.