Exposed the joystick locking functions for multi-threaded access to the joystick API
This commit is contained in:
parent
35811c4c2f
commit
6387f21f85
6 changed files with 59 additions and 45 deletions
|
@ -635,3 +635,5 @@
|
|||
#define SDL_Vulkan_GetInstanceExtensions SDL_Vulkan_GetInstanceExtensions_REAL
|
||||
#define SDL_Vulkan_CreateSurface SDL_Vulkan_CreateSurface_REAL
|
||||
#define SDL_Vulkan_GetDrawableSize SDL_Vulkan_GetDrawableSize_REAL
|
||||
#define SDL_LockJoysticks SDL_LockJoysticks_REAL
|
||||
#define SDL_UnlockJoysticks SDL_UnlockJoysticks_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue