summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
AgeCommit message (Expand)Author
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
2023-05-19XInput2: Use raw events and queries for buttons and keysJeffrey Bosboom
2023-05-19XInput2: Request XInput 2.1Jeffrey Bosboom
2023-05-19XInput2: Make button state a u32Jeffrey Bosboom
2023-05-19Merge pull request #11739 from OatmealDome/iokit-be-goneAdmiral H. Curtiss
2023-05-19Merge pull request #11758 from jbosboom/xinput2-client-pointerAdmiral H. Curtiss
2023-05-16StringUtil: Move IsAlpha() into Common namespaceLioncash
2023-05-10Support Steam Deck controls directly through hidrawR
2023-05-07ControllerInterface/Android: Add some missing DeleteLocalRef callsJosJuice
2023-05-07ControllerInterface/Android: Use InputEvent.getDeviceIdJosJuice
2023-04-13XInput2: Accept input from keyboards other than the first masterJeffrey Bosboom
2023-04-12Pragma diagnostic ignore [-Wregister] is no longer neededMinty-Meeo
2023-04-07InputCommon: Remove OSX (IOKit) input backendOatmealDome
2023-03-14Merge pull request #11635 from Dentomologist/wiimote_fix_disconnection_deadlockPierre Bourdon
2023-03-08ControllerInterface: Fix deadlock when Wii Remote disconnectsDentomologist
2023-03-07Android: Add the advanced input mapping dialogJosJuice
2023-03-03Android: Add input device selectionJosJuice
2023-03-03ControllerInterface/Android: Implement rumbleJosJuice
2023-03-03ControllerInterface/Android: Automatically suspend sensorsJosJuice
2023-03-03ControllerInterface/Android: Implement sensor input for InputDevicesJosJuice
2023-03-03ControllerInterface/Android: Implement sensor inputJosJuice
2023-03-03ControllerInterface/Android: Implement hotplugJosJuice
2023-03-03ControllerInterface/Android: Return whether input was handledJosJuice
2023-03-03ControllerInterface/Android: Handle input eventsJosJuice
2023-03-03ControllerInterface/Android: Implement device populationJosJuice
2023-03-03ControllerInterface/Android: Rip out ButtonManagerJosJuice
2023-02-15ControllerInterface: Fix uninitialized variables in DualShockUDPClientPokechu22
2023-02-09InputCommon/XInput2: Fix shadowing warningPokechu22
2023-01-24Common: Replace StringBeginsWith/StringEndsWith with std equivalentsLioncash
2023-01-02Merge pull request #11397 from TellowKrinkle/QuartzMousePosAdmiral H. Curtiss
2022-12-31InputCommon:QuartzKB&M: Fix mouse y coordinatesTellowKrinkle
2022-12-26InputCommon/XInput2: Changed axis value reading to be more correctTheConfuZzledDude
2022-12-23InputCommon/Xinput: Cleaned up a bitTheConfuZzledDude
2022-12-23InputCommon/XInput2: Added an axis output for the scroll wheelTheConfuZzledDude
2022-11-24InputCommon:SDL: Add SDL 2.26 left and right motion inputsTellowKrinkle
2022-11-01ControllerInterface: DSU InputBackend implementation.Jordan Woyak
2022-11-01ControllerInterface: evdev InputBackend implementation.Jordan Woyak
2022-11-01ControllerInterface: Add InputBackend interface and SDL implementation.Jordan Woyak
2022-10-22Merge pull request #10979 from tellowkrinkle/QuartzWindowSpeedJMC47