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
/
ControllerEmu
/
ControlGroup
/
Cursor.cpp
Age
Commit message (
Expand
)
Author
2024-04-15
DolphinQt/Mapping: Disable relative input when "Mouse Controlled Pointing" bu...
Jordan Woyak
2023-06-12
ControllerEmu: Convert Translatability to enum class
Dentomologist
2022-10-03
ControllerEmu: Add new "input override" system
JosJuice
2021-12-23
ControllerEmu: Hide the cursor if the input gate is disabled
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-05-10
InputCommon: add a ton of missing consts
Filoppi
2020-09-28
ControllerEmu: Increase Total Yaw/Pitch default values to compensate for new ...
Jordan Woyak
2020-08-08
Fix various -Wshadow warnings
Tillmann Karras
2020-02-17
InputCommon: Add real Wii Remote support to ControllerInterface. Add option t...
Jordan Woyak
2020-02-09
InputCommon: Clean up creation of inputs.
Jordan Woyak
2020-02-09
InputCommon: Eliminate some duplicated button threshold logic.
Jordan Woyak
2019-06-10
Added key for relative input
Matthew Foulds
2019-05-08
WiimoteEmu/DolphinQt: Rename "IR" to "Point" and eliminate redundant Forward/...
Jordan Woyak
2019-05-04
Replace MathUtil::Clamp with std::clamp
Léo Lam
2019-04-23
WiimoteEmu: Implement MotionPlus parameter y0 and other cleanups.
Jordan Woyak
2019-04-12
WiimoteEmu: Allow shake frequency and intensity to be configured. Other minor...
Jordan Woyak
2019-04-07
InputCommon: Clean up how numeric settings are handled. Add units of measure ...
Jordan Woyak
2019-02-10
DolphinQt/ControllerEmu: Replace Input Radius/Shape settings with an input ca...
Jordan Woyak
2018-12-30
ControllerEmu: code cleanup.
Jordan Woyak
2018-12-30
ControllerEmu::Cursor: Add input radius/shape settings to IR Cursor mappings ...
Jordan Woyak
2018-07-13
ControlGroup/Cursor: Return state data by value
Lioncash
2018-06-04
Add auto-hide option to Wii IR pointer
robopilot99
2018-04-13
ControllerEmu: Use enum instead of bool for translatability
JosJuice
2018-04-13
Translate certain button names but not all
JosJuice
2017-05-04
Merge pull request #5345 from JosJuice/consistent-controller-translation
Anthony
2017-04-30
Mark "Recenter" for translation
JosJuice
2017-04-30
Use _trans consistently for controllers
JosJuice
2017-03-02
InputCommon: move Setting classes out of ControlGroup
Michael Maltese
2017-02-25
ControlGroup: Convert group type enum into an enum class
Lioncash
2017-02-09
ControllerEmu: Separate ControlGroup from ControllerEmu
Lioncash