libsdl-org / sdl2-compat

An SDL2 compatibility layer that uses SDL3 behind the scenes.
zlib License
75 stars 17 forks source link

Update for the removal of SDL_SetWindowInputFocus and SDL_EVENT_WINDO… #182

Closed Kontrabant closed 3 months ago

Kontrabant commented 3 months ago

…W_TAKE_FOCUS from SDL3

Removes the now-defunct event and remaps SDL_SetWindowInputFocus() to SDL_RaiseWindow().

@sezero, did I miss anything?