| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | osd/sdl: process events after raising window on macOS to ensure input focus ↵ | 2026-03-22 | 1 | -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] | 2026-02-07 | 1 | -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. | |||||
