index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
ControllerInterface
/
CoreDevice.cpp
Age
Commit message (
Expand
)
Author
8 days
Return m_devices directly in GetAllDevices().
slick-daddy
2026-04-17
Improve usage of std::move and const references parameters
Martino Fontana
2026-01-25
Remove unused imports
Martino Fontana
2025-06-14
InputCommon: Make InputDetector::Start take a span instead of a vector.
Jordan Woyak
2025-03-23
Android: Don't use separate thread for MotionAlertDialog
JosJuice
2025-02-01
DolphinQt/Mapping: Add setting to enable waiting for alternate mappings
Jordan Woyak
2025-01-01
InputCommon: Move input mapping function into a class for non-blocking usage.
Jordan Woyak
2024-11-03
InputCommon: Move FullAnalogSurface class definition out of header file.
Jordan Woyak
2024-11-03
InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs.
Jordan Woyak
2024-10-10
C++20: Synthesize `operator!=` From `operator==`
mitaclaw
2024-03-14
ControllerInterface: Add IsHidden function to Control interface.
Jordan Woyak
2024-01-10
ControllerInterface: Make FullAnalogSurface inherit IsDetectable()
Martino Fontana
2023-06-18
Replace std::ostringstream usage with fmt::format
get
2023-03-03
ControllerInterface/Android: Implement sensor input for InputDevices
JosJuice
2021-12-05
InputCommon: fix default input config default device not being loaded/found
Filoppi
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-27
rename InputCommon/ControllerInterface/Device to CoreDevice
Shawn Hoffman