summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/SDL
AgeCommit message (Expand)Author
6 daysReplace string concatination with `fmt::format`Dr. Dystopia
2026-07-08mingw: lower case windows includesCraig Carnell
2026-02-20Add new window to configure SDL hints and store them in the main ini fileAndrew Strauss
2025-12-09ControllerInterface: Turn off SDL's GameCube controller adapter handling when...Jordan Woyak
2025-09-30SDL: Disable DirectInput handling to work around hangs with the "8BitDo Ultim...Jordan Woyak
2025-09-30SDL: Name the hotplug thread.Jordan Woyak
2025-08-17ControllerInterface/SDL: Remove manual window message pumping on Windows.Jordan Woyak
2025-08-17ControllerInterface/SDL: Don't force SDL_HINT_JOYSTICK_THREAD.Jordan Woyak
2025-07-12Merge pull request #13775 from jordan-woyak/sdl-gamepad-renameJordan Woyak
2025-07-12Fix various warningsJoshua Vandaƫle
2025-06-25InputCommon: Rename SDL input backend GameController to Gamepad.Jordan Woyak
2025-06-24Merge pull request #13694 from jordan-woyak/sdl3JMC47
2025-06-07Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...Jordan Woyak
2025-06-07InputCommon: Update to use SDL3 and bump the SDL submodule in Externals to re...Jordan Woyak
2025-05-02SDL: Check if touchpad exists before getting inputDentomologist
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2025-03-30InputCommon: Move SDL Device class into its own cpp/h files.Jordan Woyak
2025-01-21InputCommon: Add support for SDL gamecontroller rumble triggers.Jordan Woyak
2025-01-21InputCommon: Make SDL Motor L/R Outputs not fight each other.Jordan Woyak
2024-12-04InputCommon/SDL: Add touchpad inputs.Jordan Woyak
2024-12-04Merge pull request #13174 from jordan-woyak/sdl-batteryJMC47
2024-11-17Merge pull request #13156 from jordan-woyak/sdl-no-wgiJosJuice
2024-11-04ControllerInterface/SDL: Add Battery Input.Jordan Woyak
2024-11-03InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs.Jordan Woyak
2024-11-02InputCommon: Disable DualSense Player LEDdreamsyntax
2024-10-31ControllerInterface/SDL: Fix device removal event processing.Jordan Woyak
2024-10-30ControllerInterface/SDL: Disable SDL's Windows.Gaming.Input controller handling.Jordan Woyak
2024-08-20Remove redundant semicolonsDr. Dystopia
2024-03-14SDL: Remove duplicate button/hat Inputs. Hide duplicate Axis Inputs.Jordan Woyak
2024-03-14SDL: Deduplicate Motor logic with templates.Jordan Woyak
2024-03-14SDL: Move class definition out of header.Jordan Woyak
2024-01-15InputCommon/SDL: Code style fixes.Admiral H. Curtiss
2024-01-15InputCommon/SDL: Avoid potential infinite loops from integer truncation.Admiral H. Curtiss
2024-01-15InputCommon/SDL: Check for errors from SDL_JoystickNumButtons(), SDL_Joystick...Admiral H. Curtiss
2024-01-15InputCommon/SDL: Fix incorrect use of std::vector::assign() and check bounds.Admiral H. Curtiss
2024-01-13SDL: Add GameController API, cleanupMartino Fontana
2023-12-18Input: Improve Controller Interface devices threadingFiloppi
2023-11-10SDL: Add default case to switch statementDentomologist
2023-10-26ControllerInterface/SDL: Remove Xbox 360 controller disabling hack.Jordan Woyak
2022-11-24InputCommon:SDL: Add SDL 2.26 left and right motion inputsTellowKrinkle
2022-11-01ControllerInterface: Add InputBackend interface and SDL implementation.Jordan Woyak
2022-07-25StripSpaces: only strip spacesShawn Hoffman
2022-07-13InputCommon: Don't force-link against SDL2.lib on Windows.Admiral H. Curtiss
2022-07-10ci/sdl: pump messages for SDL_hidapi so device detection worksShawn Hoffman
2022-07-10sdl: enable SDL_HINT_JOYSTICK_THREADShawn Hoffman
2022-07-10ci/sdl: re-add the x360 controller blockShawn Hoffman
2022-07-10ci/sdl: minor cleanupShawn Hoffman
2022-07-10Add SDL motion input and rumble supportJun Bo Bi
2022-06-14InputCommon: SDL 2.0.22 init crash workaroundTellowKrinkle
2022-01-16Use Common::ToLower and Common::ToUpperPokechu22