summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl3/osdsdl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement SDL_MouseWheelEvent integer member fallback for version less than ↵ sairuk2026-02-251-0/+4
| | | | | 3.2.12 (#15024) * Add fallback for SDL_MouseWheelEvent when build with SDL3 < 3.2.12
* Initial support for SDL3. [R. Belmont, Vas Crabb] arbee2026-02-071-0/+889
* SDL3 is the default for macOS targets. Linux/Windows can build with OSD=sdl3 while we wait for better distro support for SDL3. Both X11 and Wayland sessions are fully supported on Linux. * SDL3 -sound=sdl supports both input and output. All other video, sound, and input functionality should otherwise be the same for now. SDL 3.4+ multiple keyboard/mouse support is planned.