libsdl-org / sdl2-compat

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

Fix SDL_SetWindowsMessageHook() after SDL3 changes. #146

Closed sezero closed 3 months ago

sezero commented 3 months ago

Fixes https://github.com/libsdl-org/sdl2-compat/issues/143

@slouken: Please review. Returning SDL_TRUE is the correct behavior, yes?