SDL2/src/stdlib
chalonverse f317d619cc
Xbox GDKX support (#5869)
* Xbox GDK support (14 squashed commits)

* Added basic keyboard testing

* Update readme

* Code review fixes

* Fixed issue where controller add/removal wasn't working (since the device notification events don't work on Xbox, have to use the joystick thread to poll XInput)
2022-07-01 13:59:14 -07:00
..
SDL_crc32.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_getenv.c Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
SDL_iconv.c Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
SDL_malloc.c Xbox GDKX support (#5869) 2022-07-01 13:59:14 -07:00
SDL_memcpy.c stlib: Extract SDL_memcpy and SDL_memset to its own file respectively 2022-06-15 14:17:35 -07:00
SDL_memset.c stlib: Extract SDL_memcpy and SDL_memset to its own file respectively 2022-06-15 14:17:35 -07:00
SDL_qsort.c add SDL_bsearch 2022-04-26 04:03:25 +03:00
SDL_stdlib.c Don't define memcpy(), memset() when using static VC runtime. 2022-05-07 08:10:52 -07:00
SDL_string.c Fixed digit count in sscanf, e.g. "%1x" 2022-06-18 07:02:38 -07:00
SDL_strtokr.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_vacopy.h Fixed building with Visual Studio 2013 2022-05-06 10:51:55 -07:00