SDL/src
Sam Lantinga 5b26d4e0ca Sort Steam virtual gamepads by Steam controller slot
This makes sure that games launched by Steam see the first controller first, and the controllers in the game match up with the controllers in the Steam UI.

Fixes https://github.com/libsdl-org/SDL/issues/8672

(cherry picked from commit 17723381da)
2023-12-09 20:35:33 -08:00
..
atomic cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
audio audio: Tighten up possession of detectionLock during device open. 2023-11-20 01:01:49 -05:00
core cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
cpuinfo cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
dynapi cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
events cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
file cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
filesystem cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
haptic cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
hidapi cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
joystick Sort Steam virtual gamepads by Steam controller slot 2023-12-09 20:35:33 -08:00
libm Updated copyright for 2023 2023-01-09 09:48:21 -08:00
loadso cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
locale cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
main cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
misc [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
power cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
render render: Clip lines before Bresenham algorithm generates points. 2023-11-24 19:33:04 -05:00
sensor cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
stdlib revise iconv detection: 2023-11-22 23:29:00 +03:00
test test: SDLTest_PrintEvent now reports key event mod state. 2023-11-28 13:07:56 -05:00
thread cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
timer cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
video cocoa: Resync modifier keypressed on NSEventTypeFlagsChanged event. 2023-11-29 21:40:30 -05:00
SDL.c cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
SDL_assert.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_assert_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_dataqueue.c Re-add SDL_assert() with non boolean ptr syntax (#8531) 2023-11-11 12:29:05 +03:00
SDL_dataqueue.h dataqueue: Make thread safe. 2023-03-02 16:43:44 -05:00
SDL_error.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_error_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_guid.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_hints.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_hints_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_internal.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_list.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_list.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_log.c cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
SDL_log_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_utils.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_utils_c.h Don't bother re-encoding Latin1 characters in the ASCII range 2023-06-04 05:40:07 -07:00