summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/DInput
AgeCommit message (Expand)Author
2026-01-07DInputKeyboardMouse: Always report all possible buttonsJoshua Vandaële
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2024-11-03InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs.Jordan Woyak
2024-10-10Modernize `std::fill` with rangesmitaclaw
2024-10-10Modernize `std::count_if` with rangesmitaclaw
2024-08-14Use 'contains' methodDr. Dystopia
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
2023-12-18Input: Improve Controller Interface devices threadingFiloppi
2023-06-18Replace std::ostringstream usage with fmt::formatget
2022-07-26Merge pull request #10858 from AdmiralCurtiss/mouse-center-hotkeyAdmiral H. Curtiss
2022-07-25StripSpaces: only strip spacesShawn Hoffman
2022-07-25DInput: Handle mouse centering hotkey.Admiral H. Curtiss
2022-07-15InputCommon: Get rid of static strings.Admiral H. Curtiss
2022-04-03ControllerInterface: Update sort priorities.Jordan Woyak
2022-01-09Use HRWrap in remaining locationsPokechu22
2021-12-10Treewide: Adjust order of includesPokechu22
2021-12-05InputCommon: fix default input config default device not being loaded/foundFiloppi
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07ControllerInterface: polish DInput Keyboard and Mouse (add comments and logs)Filoppi
2021-06-07ControllerInterface: DInput Joystick fix non thread safe static variableFiloppi
2021-06-07ControllerInterface: Implement ChangeWindow on DInput without recreating the ...Filoppi
2021-06-07ControllerInterface: devices population is now async so implement devices sor...Filoppi
2021-06-07ControllerInterface: mixed commentsFiloppi
2021-03-17InputCommon / DolphinQt / Core: Add a "RelativeMouse" input which provides th...iwubcode
2021-01-27rename InputCommon/ControllerInterface/Device to CoreDeviceShawn Hoffman
2021-01-02Fix DInput cursor going to +infinite if the window size was 0Filippo Tarpini
2020-10-23InputCommon: Migrate logging over to fmtLioncash
2020-09-25ControllerInterface: Add platform consistent names for modifier keys.Jordan Woyak
2020-07-08Common: Rename UTF16ToUTF8JosJuice
2020-02-22InputCommon: Constify Device::Input::IsDetectable function.Jordan Woyak
2020-02-08Cleanup: Use std::abs instead of abs.Jordan Woyak
2020-01-24InputCommon: Make "Cursor" inputs aware of the rendered aspect ratio.Jordan Woyak
2019-08-02InputCommon/DInputJoystick: Correct force-feedback flag testingLioncash
2019-06-17InputCommon: Use nested namespace specifiers where applicableLioncash
2019-05-08InputCommon/DInput.h: Add missing includespycrab
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-04-20ControllerInterface/DInput: Optimize cursor position updating.Jordan Woyak
2019-03-29ControllerInterface/Win32: Prevent devcies from losing their "id" on a hotplu...Jordan Woyak
2019-03-29Add hotplug support to DInput and XInput controller backendsMichael M
2019-03-19ControllerInterface: Unbreak DirectInput POV Hats having bad values on init.Jordan Woyak
2019-03-03ControllerInterface: Input detection improvements.Jordan Woyak
2019-01-06DirectInput: Use more than 8 bits of precision on axis inputs.Jordan Woyak
2019-01-05ControllerInterface: Set DInput FF effect parameters sanely. This fixes a cra...Jordan Woyak
2018-12-24ControllerInterface: DInput: Update force feedback effects in a thread. This ...Jordan Woyak
2017-06-05Fix minor formatting issuesLéo Lam
2017-01-23No longer need to //clang-format off for Windows headersMichael Maltese
2016-11-30ControllerInterface: replace Reinitialize with RefreshDevicesMichael Maltese