123456789101112131415161718192021222324 |
- This is a list of major changes in SDL's version history.
- ---------------------------------------------------------------------------
- 3.2.10:
- ---------------------------------------------------------------------------
- * Added SDL_HINT_VIDEO_X11_EXTERNAL_WINDOW_INPUT to control whether XSelectInput() should be called on external windows to enable input events.
- ---------------------------------------------------------------------------
- 3.2.4:
- ---------------------------------------------------------------------------
- * Added SDL_StretchSurface()
- ---------------------------------------------------------------------------
- 3.2.0:
- ---------------------------------------------------------------------------
- Check out [migration guide](docs/README-migration.md) for details on API changes since SDL 2.0, and tips on transitioning your code from SDL2 code to SDL3.
- There have been too many changes to list them all, but here are some of the highlights:
- https://wiki.libsdl.org/SDL3/NewFeatures
- Thank you to all the people who have contributed code and feedback to the SDL 3.0 release!
|