Added SDL_HINT_VIDEO_X11_EXTERNAL_WINDOW_INPUT

This commit is contained in:
Sam Lantinga
2025-03-05 08:20:00 -08:00
parent 9f557941f3
commit fe9bdcf508
3 changed files with 27 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
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:
---------------------------------------------------------------------------