diff options
Diffstat (limited to 'src/contrib/SDL-3.2.20/WhatsNew.txt')
-rw-r--r-- | src/contrib/SDL-3.2.20/WhatsNew.txt | 24 |
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 | |||
2 | This is a list of major changes in SDL's version history. | ||
3 | |||
4 | --------------------------------------------------------------------------- | ||
5 | 3.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 | --------------------------------------------------------------------------- | ||
10 | 3.2.4: | ||
11 | --------------------------------------------------------------------------- | ||
12 | * Added SDL_StretchSurface() | ||
13 | |||
14 | --------------------------------------------------------------------------- | ||
15 | 3.2.0: | ||
16 | --------------------------------------------------------------------------- | ||
17 | |||
18 | 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. | ||
19 | |||
20 | There have been too many changes to list them all, but here are some of the highlights: | ||
21 | |||
22 | https://wiki.libsdl.org/SDL3/NewFeatures | ||
23 | |||
24 | Thank you to all the people who have contributed code and feedback to the SDL 3.0 release! | ||