libsdl-org / sdl2-compat

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

Fix mapping between SDL_EventType in SDL3 to SDL_WindowEventID in SDL2 #197

Closed slouken closed 3 months ago

slouken commented 3 months ago

Don't try to be clever, just use a switch statement so they're not tightly coupled.