mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-17 00:38:12 +00:00
Removed balls from the joystick API
They were only used by one joystick decades ago, so removing them for SDL3 Fixes https://github.com/libsdl-org/SDL/issues/6766
This commit is contained in:
@@ -746,7 +746,6 @@ SDL3_0.0.0 {
|
||||
SDL_JoystickGetAttached;
|
||||
SDL_JoystickInstanceID;
|
||||
SDL_JoystickNumAxes;
|
||||
SDL_JoystickNumBalls;
|
||||
SDL_JoystickNumHats;
|
||||
SDL_JoystickNumButtons;
|
||||
SDL_JoystickUpdate;
|
||||
@@ -754,7 +753,6 @@ SDL3_0.0.0 {
|
||||
SDL_JoystickGetAxis;
|
||||
SDL_JoystickGetAxisInitialState;
|
||||
SDL_JoystickGetHat;
|
||||
SDL_JoystickGetBall;
|
||||
SDL_JoystickGetButton;
|
||||
SDL_JoystickRumble;
|
||||
SDL_JoystickRumbleTriggers;
|
||||
|
Reference in New Issue
Block a user