mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 16:37:39 +00:00
Renamed SDL_AttachVirtualJoystickEx() to SDL_AttachVirtualJoystick()
The shorthand version of this function didn't allow specifying a controller name, which seems pretty important. It seems like anyone actually implementing a virtual joystick is going to want to use some of the extended functionality.
This commit is contained in:
parent
598b4e0a1f
commit
bcbf09acde
10 changed files with 18 additions and 62 deletions
|
@ -28,7 +28,6 @@ SDL3_0.0.0 {
|
|||
SDL_AtomicSet;
|
||||
SDL_AtomicSetPtr;
|
||||
SDL_AttachVirtualJoystick;
|
||||
SDL_AttachVirtualJoystickEx;
|
||||
SDL_AudioDevicePaused;
|
||||
SDL_BindAudioStream;
|
||||
SDL_BindAudioStreams;
|
||||
|
@ -203,6 +202,7 @@ SDL3_0.0.0 {
|
|||
SDL_GetCurrentTime;
|
||||
SDL_GetCurrentVideoDriver;
|
||||
SDL_GetCursor;
|
||||
SDL_GetDateTimeLocalePreferences;
|
||||
SDL_GetDayOfWeek;
|
||||
SDL_GetDayOfYear;
|
||||
SDL_GetDaysInMonth;
|
||||
|
@ -1015,7 +1015,6 @@ SDL3_0.0.0 {
|
|||
SDL_wcsnstr;
|
||||
SDL_wcsstr;
|
||||
SDL_wcstol;
|
||||
SDL_GetDateTimeLocalePreferences;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue