dolphin/Source/Core/InputCommon/ControllerInterface
Léo Lam 6cc4591226 evdev: Clamp axis values to the 0.0-1.0 range
The values are expected to be in the 0.0-1.0 range (as indicated by the
comment), and other parts of Dolphin also expect it to be in that range
since the "full" axis has a -1.0 to 1.0 range.  However, this is not
always the case and fvalue can end up being outside of the range. This
clamps fvalue to always be in the 0.0 and 1.0 range.
2016-07-11 14:00:09 +02:00
..
Android ControllerInterface: Switch to std::shared_ptr 2016-06-25 21:46:39 +02:00
DInput ControllerInterface: Switch to std::shared_ptr 2016-06-25 21:46:39 +02:00
ForceFeedback Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
OSX ControllerInterface: Switch to std::shared_ptr 2016-06-25 21:46:39 +02:00
Pipes ControllerInterface: Switch to std::shared_ptr 2016-06-25 21:46:39 +02:00
SDL ControllerInterface: Switch to std::shared_ptr 2016-06-25 21:46:39 +02:00
XInput ControllerInterface: Switch to std::shared_ptr 2016-06-25 21:46:39 +02:00
Xlib ControllerInterface: Switch to std::shared_ptr 2016-06-25 21:46:39 +02:00
evdev evdev: Clamp axis values to the 0.0-1.0 range 2016-07-11 14:00:09 +02:00
ControllerInterface.cpp ControllerInterface: Switch to std::shared_ptr 2016-06-25 21:46:39 +02:00
ControllerInterface.h ControllerInterface: Switch to std::shared_ptr 2016-06-25 21:46:39 +02:00
Device.cpp Merge pull request #3943 from ShadowsFriend/nopch-fix 2016-06-26 02:13:47 -04:00
Device.h ControllerInterface: Include memory to fix building without pch 2016-06-26 05:42:29 +02:00
ExpressionParser.cpp ControllerInterface: Include memory to fix building without pch 2016-06-26 05:42:29 +02:00
ExpressionParser.h ControllerInterface: Include memory to fix building without pch 2016-06-26 05:42:29 +02:00