mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
Updated WhatsNew.txt for 2.0.7 changes
This commit is contained in:
16
WhatsNew.txt
16
WhatsNew.txt
@@ -1,6 +1,22 @@
|
|||||||
|
|
||||||
This is a list of major changes in SDL's version history.
|
This is a list of major changes in SDL's version history.
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------
|
||||||
|
2.0.7:
|
||||||
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
General:
|
||||||
|
* Added locking functions for multi-threaded access to the joystick and game controller APIs:
|
||||||
|
SDL_LockJoysticks()
|
||||||
|
SDL_UnlockJoysticks()
|
||||||
|
* The following functions are now thread-safe:
|
||||||
|
SDL_SetEventFilter()
|
||||||
|
SDL_GetEventFilter()
|
||||||
|
SDL_AddEventWatch()
|
||||||
|
SDL_DelEventWatch()
|
||||||
|
|
||||||
|
|
||||||
|
General:
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
2.0.6:
|
2.0.6:
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user