mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 00:17:40 +00:00
Re-added balls to the SDL joystick API
It turns out these were being used on Linux and at least one virtual driver was making use of them (thanks @mrfixit2001!)
This commit is contained in:
parent
53e86be22f
commit
efbbafb3f1
16 changed files with 262 additions and 28 deletions
|
@ -974,6 +974,8 @@ SDL3_0.0.0 {
|
|||
SDL_qsort_r;
|
||||
SDL_bsearch_r;
|
||||
SDL_AddVulkanRenderSemaphores;
|
||||
SDL_GetNumJoystickBalls;
|
||||
SDL_GetJoystickBall;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue