sdl2_frt/src/video/kmsdrm
Sam Lantinga 82be6dd7c9 Fixed regression in bug 4966 - KMSDRM: Add dynamic modeset support
Anthony Pesch

I was just communicating with one of the Retropie developers regarding this.

This change removed the forced window focus change on creation (3534cb3793) as part of the change no longer assumes there's only a single window being created. This was perhaps an over-aggressive removal.

Due to that change, joystick events are only received if SDL_SetKeyboardFocus is called explicitly, or if the app has specified SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS.

I think that part of my change should be reverted to continue setting mouse / keyboard focus to the window being created. If SDL_WINDOW_INPUT_FOCUS is to be used as an input flag the code could be conditional, but that would still leave existing software broken.
2020-03-07 08:48:04 -08:00
..
SDL_kmsdrmdyn.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_kmsdrmdyn.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_kmsdrmevents.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_kmsdrmevents.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_kmsdrmmouse.c Fixed bug 4966 - KMSDRM: Add dynamic modeset support 2020-02-09 11:44:22 -08:00
SDL_kmsdrmmouse.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_kmsdrmopengles.c Fixed bug 5005 - warnings in kmsdrm 2020-02-27 08:20:34 -08:00
SDL_kmsdrmopengles.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_kmsdrmsym.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_kmsdrmvideo.c Fixed regression in bug 4966 - KMSDRM: Add dynamic modeset support 2020-03-07 08:48:04 -08:00
SDL_kmsdrmvideo.h Fixed bug 4966 - KMSDRM: Add dynamic modeset support 2020-02-09 11:44:22 -08:00