summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
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-14Merge pull request #11756 from lioncash/iniAdmiral H. Curtiss
2023-04-13XInput2: Accept input from keyboards other than the first masterJeffrey Bosboom
2023-04-13Common/IniFile: Move interface into Common namespaceLioncash
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: Change how the overlay controller setting worksJosJuice
2023-03-07Android: Remove the in-emulation IR sensitivity optionsJosJuice
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-26InputCommon: Fix ControlGroup::SaveConfig with DefaultValue::DisabledJosJuice
2023-02-17InputCommon: Fix memory leak in ExpressionParserPokechu22
2023-02-15ControllerInterface: Fix uninitialized variables in DualShockUDPClientPokechu22
2023-02-09InputCommon/XInput2: Fix shadowing warningPokechu22
2023-02-09Resolve various "no previous declaration" warningsPokechu22
2023-02-09Merge pull request #11544 from jmallach/spngMarkus Wick
2023-02-06Allow building against system libspngJordi Mallach
2023-01-31Split out everying remaining from SwapScott Mansell
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-27CoreTiming: Refactor to class.Admiral H. Curtiss
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
2022-10-22GCAdapter: Process pad state in read thread and other general cleanups.Jordan Woyak
2022-10-11Input: Add "abs" input expression function.Jordan Woyak
2022-10-03Android: Use input override system for touch controlsJosJuice
2022-10-03DolphinQt: Use input override system for TAS input windowsJosJuice
2022-10-03ControllerEmu: Add new "input override" systemJosJuice
2022-10-02WiimoteEmu: Update IR camera status from DesiredWiimoteState.Admiral H. Curtiss