summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl3/video.cpp
Commit message (Collapse)AuthorAgeFilesLines
* osd/sdl: process events after raising window on macOS to ensure input focus ↵ Matt Furniss2026-03-221-1/+11
| | | | | | | | | | | (#15132) On macOS, the window may not have acquired input focus by the time SDL_RaiseWindow returns. Pumping events after raising ensures the FOCUS_GAINED event is dequeued and m_focus_window is set before the input modules start polling, preventing the intermittent loss of keyboard and mouse input on startup. Fixes mamedev/mame#10612
* Initial support for SDL3. [R. Belmont, Vas Crabb] arbee2026-02-071-0/+182
* 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.