summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/WhatsNew.txt
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
committer3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
commit6aaedb813fa11ba0679c3051bc2eb28646b9506c (patch)
tree34acbfc9840e02cb4753e6306ea7ce978bf8b58e /src/contrib/SDL-3.2.20/WhatsNew.txt
parent8f228ade99dd3d4c8da9b78ade1815c9adf85c8f (diff)
Update to SDL3
Diffstat (limited to 'src/contrib/SDL-3.2.20/WhatsNew.txt')
-rw-r--r--src/contrib/SDL-3.2.20/WhatsNew.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/WhatsNew.txt b/src/contrib/SDL-3.2.20/WhatsNew.txt
new file mode 100644
index 0000000..0d10ee6
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/WhatsNew.txt
@@ -0,0 +1,24 @@
1
2This is a list of major changes in SDL's version history.
3
4---------------------------------------------------------------------------
53.2.10:
6---------------------------------------------------------------------------
7* Added SDL_HINT_VIDEO_X11_EXTERNAL_WINDOW_INPUT to control whether XSelectInput() should be called on external windows to enable input events.
8
9---------------------------------------------------------------------------
103.2.4:
11---------------------------------------------------------------------------
12* Added SDL_StretchSurface()
13
14---------------------------------------------------------------------------
153.2.0:
16---------------------------------------------------------------------------
17
18Check 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.
19
20There have been too many changes to list them all, but here are some of the highlights:
21
22https://wiki.libsdl.org/SDL3/NewFeatures
23
24Thank you to all the people who have contributed code and feedback to the SDL 3.0 release!