dolphin/Source/Core/InputCommon/ControllerInterface
Martino Fontana a14c88ba67 Remove unused imports
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
2026-01-25 16:12:15 +01:00
..
Android Remove VectorToJStringArray 2026-01-24 16:50:10 +01:00
DInput DInputKeyboardMouse: Always report all possible buttons 2026-01-07 01:08:34 +01:00
DualShockUDPClient Remove unused imports 2026-01-25 16:12:15 +01:00
evdev InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs. 2024-11-03 15:06:50 -06:00
ForceFeedback InputCommon: Remove some IOKit leftovers. 2024-03-11 01:11:13 -05:00
Pipes Remove unused imports 2026-01-25 16:12:15 +01:00
Quartz Use 'contains' method 2024-08-15 14:20:16 -07:00
SDL ControllerInterface: Turn off SDL's GameCube controller adapter handling when Dolphin is configured to use the adapter. 2025-12-09 16:51:41 -06:00
SteamDeck Remove unused imports 2026-01-25 16:12:15 +01:00
Touch
WGInput Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
Wiimote Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
Win32 ControllerInterface: Fix Windows deadlock 2025-06-28 14:00:27 -07:00
XInput Input: Improve Controller Interface devices threading 2023-12-18 21:45:22 +02:00
Xlib ControllerInterface/Xlib: Combine keycodes with the same name to fix non-working inputs. 2025-06-12 04:50:13 -05:00
ControllerInterface.cpp Common: Remove the string parameters from the HookableEvent interface. 2025-11-06 22:34:40 -06:00
ControllerInterface.h Common: Remove the string parameters from the HookableEvent interface. 2025-11-06 22:34:40 -06:00
CoreDevice.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
CoreDevice.h InputCommon: Make InputDetector::Start take a span instead of a vector. 2025-06-14 16:28:09 -05:00
InputBackend.cpp InputCommon: Add Win32 InputBackend class. 2024-03-11 03:25:31 -05:00
InputBackend.h InputCommon: Add Win32 InputBackend class. 2024-03-11 03:25:31 -05:00
MappingCommon.cpp DolphinQt: Make Calibration autocomplete when data is "sensible" and stick is returned to neutral position. 2025-06-24 02:18:25 -05:00
MappingCommon.h DolphinQt: Make Calibration autocomplete when data is "sensible" and stick is returned to neutral position. 2025-06-24 02:18:25 -05:00