WhatsNew.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. This is a list of major changes in SDL's version history.
  2. ---------------------------------------------------------------------------
  3. 3.2.22:
  4. ---------------------------------------------------------------------------
  5. * SDL_HINT_JOYSTICK_WGI is disabled by default
  6. ---------------------------------------------------------------------------
  7. 3.2.16:
  8. ---------------------------------------------------------------------------
  9. * SDL_HINT_JOYSTICK_RAWINPUT is disabled by default
  10. ---------------------------------------------------------------------------
  11. 3.2.10:
  12. ---------------------------------------------------------------------------
  13. * Added SDL_HINT_VIDEO_X11_EXTERNAL_WINDOW_INPUT to control whether XSelectInput() should be called on external windows to enable input events.
  14. ---------------------------------------------------------------------------
  15. 3.2.4:
  16. ---------------------------------------------------------------------------
  17. * Added SDL_StretchSurface()
  18. ---------------------------------------------------------------------------
  19. 3.2.0:
  20. ---------------------------------------------------------------------------
  21. 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.
  22. There have been too many changes to list them all, but here are some of the highlights:
  23. https://wiki.libsdl.org/SDL3/NewFeatures
  24. Thank you to all the people who have contributed code and feedback to the SDL 3.0 release!