summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
AgeCommit message (Expand)Author
2021-01-05Merge pull request #9418 from Filoppi/patch-10Léo Lam
2021-01-03Fix DualShockUDP not adding/removing devices correctlyFilippo Tarpini
2021-01-02Fix Quartz cursor going to +infinite if the window size was 0Filippo Tarpini
2021-01-02Fix DInput cursor going to +infinite if the window size was 0Filippo Tarpini
2021-01-02Fix XInput2 cursor going to +infinite if the window size was 0Filippo Tarpini
2020-12-13InputCommon: Fix callback dispatch deadlockseth
2020-10-23InputCommon: Migrate logging over to fmtLioncash
2020-10-21Merge pull request #9162 from jordan-woyak/quaternionLC
2020-10-19InputCommon/WiimoteEmu: Replace stateful rotational matrices with quaternions.Jordan Woyak
2020-10-19Linux/XInput2: Fix keys being stuck pressed on focus loss.Jordan Woyak
2020-09-28ControllerInterface/Wiimote: Add "IR Distance" input providing a calculated d...Jordan Woyak
2020-09-25InputCommon: Improve input detection to produce buton combinations.Jordan Woyak
2020-09-25InputCommon: Make hotkeys and input detection aware of Ctrl -> L_Ctrl / R_Ctr...Jordan Woyak
2020-09-25ControllerInterface: Add platform consistent names for modifier keys.Jordan Woyak
2020-09-25InputCommon: Support detecting combinations of inputs. (Hotkeys)Jordan Woyak
2020-09-20Merge pull request #8840 from Techjar/evdev-combining-physJordan Woyak
2020-09-14Merge pull request #8985 from jordan-woyak/btemu-cleanupJMC47
2020-09-08ControllerInterface: Combine evdev devices with the same physical location in...Techjar
2020-08-22name some threadsShawn Hoffman
2020-08-16BTEmu/Wiimote: Cleanups/Fixes.Jordan Woyak
2020-08-08Merge pull request #8804 from iwubcode/dsu-improvementsTilka
2020-07-18Merge pull request #8905 from JosJuice/jni-encodingLC
2020-07-17DolphinQt / InputCommon - add DSU string validator to avoid crashes, limited ...iwubcode
2020-07-17DolphinQt / InputCommon: Support multiple DSU serversiwubcode
2020-07-11ControllerInterface/Wiimote: Provide fallback values for extensions with bad ...Jordan Woyak
2020-07-08Common: Rename UTF16ToUTF8JosJuice
2020-07-08Merge pull request #8907 from JosJuice/android-overlay-stick-gateLC
2020-06-28WiimoteCommon: Tweak battery level math.Jordan Woyak
2020-06-29Android: Enfore correct stick gate in overlayJosJuice
2020-05-09Apply fixes to all platformsThomas May
2020-05-06Update ControllerInterface.cppThomas May
2020-05-02Remove redundant Config prefix from ConfigInfo/ConfigLocationLéo Lam
2020-04-27Merge pull request #8696 from howard0su/cleanup_shadowLéo Lam
2020-03-24Cleanup warnings of -Wmissing-declarationsJun Su
2020-03-23InputCommon: cleanup warnings of -Wclass-memaccessJun Su
2020-03-11Common: Add a render_window field to WindowSystemInfoStenzek
2020-02-24InputCommon: Remove racy UpdateInput call in DetectInput.Jordan Woyak
2020-02-22InputCommon: Constify Device::Input::IsDetectable function.Jordan Woyak
2020-02-17InputCommon: Remove Wii Remote real-time calibration of M+ in favor of functi...Jordan Woyak
2020-02-17InputCommon: Add real Wii Remote support to ControllerInterface. Add option t...Jordan Woyak
2020-02-17InputCommon/ControllerInterface: Make devices mutex recursive so RemoveDevice...Jordan Woyak
2020-02-09Merge pull request #8614 from jordan-woyak/xinput-batteryJMC47
2020-02-08Cleanup: Use std::abs instead of abs.Jordan Woyak
2020-02-08InputCommon: XInput cleanups.Jordan Woyak
2020-02-08InputCommon: Expose XInput battery level as an input.Jordan Woyak
2020-02-02Merge pull request #8592 from phcoder/devidLéo Lam
2020-02-01Merge pull request #8478 from jordan-woyak/dsu-client-cleanupConnor McLaughlin
2020-01-29ButtonManager: Fix handling of empty device id.Vladimir Serbinenko
2020-01-24InputCommon: Make "Cursor" inputs aware of the rendered aspect ratio.Jordan Woyak
2020-01-13ControllerInterface/DSUClient: Eliminate m_accl/m_gyro state by accessing the...Jordan Woyak