SDL/src/joystick/windows
Sam Lantinga b9784feb24 Fixed potential uninitialized memory access (thanks Mathieu!)
GetRawInputDeviceList() can return a different number of devices than was allocated.

Fixes https://github.com/libsdl-org/SDL/issues/2759
2023-11-04 21:11:53 -07:00
..
SDL_dinputjoystick.c Check to make sure the Windows joystick device has buttons and axes 2023-11-02 08:33:15 -07:00
SDL_dinputjoystick_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_rawinputjoystick.c Fixed potential uninitialized memory access (thanks Mathieu!) 2023-11-04 21:11:53 -07:00
SDL_rawinputjoystick_c.h RAWINPUT_RegisterNotifications() should return int, for consistency 2023-07-11 10:50:43 -07:00
SDL_windows_gaming_input.c Fixed potential uninitialized memory access (thanks Mathieu!) 2023-11-04 21:11:53 -07:00
SDL_windowsjoystick.c Code cleanup now that SDL_bool is equivalent to a C boolean expression 2023-11-03 09:54:04 -07:00
SDL_windowsjoystick_c.h Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
SDL_xinputjoystick.c Fixed potential uninitialized memory access (thanks Mathieu!) 2023-11-04 21:11:53 -07:00
SDL_xinputjoystick_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00