summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
AgeCommit message (Expand)Author
2024-08-20Remove redundant semicolonsDr. Dystopia
2024-08-15Misc. Container Find Changesmitaclaw
2024-08-15Use 'contains' methodmitaclaw
2024-08-14Use 'contains' methodDr. Dystopia
2024-07-26Adjust order and spacing of various #includesDentomologist
2024-07-21Use C++20 erase_if() instead of erase(remove_if()) (NFC)Tillmann Karras
2024-06-15Merge pull request #12850 from jordan-woyak/device-sortingAdmiral H. Curtiss
2024-06-15ControllerInterface: Adjust sort priorities to ensure default keyboard-mouse ...Jordan Woyak
2024-05-31TAS Input: Enable hotkeys and controller input when Input has focusDentomologist
2024-04-13Android/ControllerInterface: Run the init codeJosJuice
2024-04-13Merge pull request #12632 from jordan-woyak/input-backend-implsTilka
2024-04-06evdev: close file descriptors in a separate threadTillmann Karras
2024-04-01Merge pull request #12631 from jordan-woyak/remove-osx-input-leftoversOatmealDome
2024-03-14SDL: Remove duplicate button/hat Inputs. Hide duplicate Axis Inputs.Jordan Woyak
2024-03-14ControllerInterface: Add IsHidden function to Control interface.Jordan Woyak
2024-03-14SDL: Deduplicate Motor logic with templates.Jordan Woyak
2024-03-14SDL: Move class definition out of header.Jordan Woyak
2024-03-11InputCommon/WiimoteController: Add inputs that report the raw IR objects seen...Admiral H. Curtiss
2024-03-11InputCommon: Add Android InputBackend class.Jordan Woyak
2024-03-11InputCommon: Handle window change in Quartz.Jordan Woyak
2024-03-11InputCommon: Implement xlib window change logic.Jordan Woyak
2024-03-11InputCommon: Add Win32 InputBackend class.Jordan Woyak
2024-03-11InputCommon: Add Pipes InputBackend class.Jordan Woyak
2024-03-11InputCommon: Add XInput2 InputBackend class.Jordan Woyak
2024-03-11InputCommon: Add Quartz InputBackend class.Jordan Woyak
2024-03-11InputCommon: Provide WindowSystemInfo getter for ControllerInterface.Jordan Woyak
2024-03-11InputCommon: Remove some IOKit leftovers.Jordan Woyak
2024-01-18InputCommon/WGInput: Handle add/remove events on separate thread to prevent d...Admiral H. Curtiss
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-13Merge pull request #12085 from SuperSamus/sdl-gamecontrollerAdmiral H. Curtiss
2024-01-13SDL: Add GameController API, cleanupMartino Fontana
2024-01-10Steam Deck: Pad out feature report to 64 bytesVicki Pfau
2024-01-10ControllerInterface: Make FullAnalogSurface inherit IsDetectable()Martino Fontana
2023-12-18Input: Improve Controller Interface devices threadingFiloppi
2023-12-12MappingCommon: Make use of std::erase_ifLioncash
2023-11-10SDL: Add default case to switch statementDentomologist
2023-10-26ControllerInterface/SDL: Remove Xbox 360 controller disabling hack.Jordan Woyak
2023-09-28Merge pull request #12172 from ArcaneNibble/sdAdmiral H. Curtiss
2023-09-21fmt 10.0.0-10.1.1 compile fixesget
2023-09-07Steam Deck: Periodically reenable gyroR
2023-08-17Use structs for config callback IDsJosJuice
2023-08-15ControllerInterface/Android: Add null check to AddDeviceJosJuice
2023-06-18Replace std::ostringstream usage with fmt::formatget
2023-06-06InputCommon: Don't treat two analog inputs as a spurious trigger comboJosJuice
2023-06-06Merge pull request #11762 from jbosboom/xinput2-raw-event-queryAdmiral H. Curtiss
2023-05-29Merge pull request #11819 from JosJuice/android-input-device-nullAdmiral H. Curtiss
2023-05-19XInput2: Listen to master devices onlyJeffrey Bosboom