Added ball, touchpad, and sensor support for virtual joysticks

Fixes https://github.com/libsdl-org/SDL/issues/9542
This commit is contained in:
Sam Lantinga 2024-05-09 17:36:15 -07:00
parent d231edd2ad
commit c1ba31118b
12 changed files with 494 additions and 41 deletions

View file

@ -680,6 +680,7 @@ SDL3_0.0.0 {
SDL_SeekIO;
SDL_SendGamepadEffect;
SDL_SendJoystickEffect;
SDL_SendJoystickVirtualSensorData;
SDL_SetAssertionHandler;
SDL_SetAudioPostmixCallback;
SDL_SetAudioStreamFormat;
@ -708,8 +709,10 @@ SDL3_0.0.0 {
SDL_SetJoystickLED;
SDL_SetJoystickPlayerIndex;
SDL_SetJoystickVirtualAxis;
SDL_SetJoystickVirtualBall;
SDL_SetJoystickVirtualButton;
SDL_SetJoystickVirtualHat;
SDL_SetJoystickVirtualTouchpad;
SDL_SetLogOutputFunction;
SDL_SetMainReady;
SDL_SetMemoryFunctions;