dolphin/Source/Core/InputCommon/ControllerInterface/SDL
Dentomologist 77744169be SDL: Check if touchpad exists before getting input
Verify a touchpad is present before polling it for input. Without this
check the Debug log is spammed with the message "error: Parameter
'touchpad' is invalid" if you have a controller without a touchpad.

One would think every touchpad supports at least 1 finger, but in case
there's some weird edge case check the finger count to be sure.
2025-05-02 17:21:42 -07:00
..
SDL.cpp InputCommon: Move SDL Device class into its own cpp/h files. 2025-03-30 23:23:06 -05:00
SDL.h SDL: Move class definition out of header. 2024-03-14 23:43:58 -05:00
SDLGamepad.cpp InputCommon: Move SDL Device class into its own cpp/h files. 2025-03-30 23:23:06 -05:00
SDLGamepad.h SDL: Check if touchpad exists before getting input 2025-05-02 17:21:42 -07:00