dolphin/Source/Core/InputCommon
Jasper St. Pierre a6dc3c47a9 ControllerEmu: Change the GetState interface to remove range/base
Do the scaling in the code that interprets the results.

This also removes the templatization of things and changes the interface
to always take a double.

This does add a bit more code to the users of GetState, especially when
having to deal with focus management, but this will be cleaned up very
soon, as focus and focus-related options will be centralized inside the
input platforms themselves, rather than spread out across all the input
plugins.
2014-07-11 13:32:57 -04:00
..
ControllerInterface mark all local functions as static 2014-07-11 16:07:23 +02:00
CMakeLists.txt Remove UDPWiimote feature 2014-07-11 13:32:56 -04:00
ControllerEmu.cpp ControllerEmu: Remove support for the "Square Stick" option 2014-07-11 13:32:57 -04:00
ControllerEmu.h ControllerEmu: Change the GetState interface to remove range/base 2014-07-11 13:32:57 -04:00
GCPadStatus.h Change SPADStatus struct name to GCPadStatus 2014-07-10 22:02:38 -04:00
InputCommon.vcxproj Remove UDPWiimote feature 2014-07-11 13:32:56 -04:00
InputCommon.vcxproj.filters Remove UDPWiimote feature 2014-07-11 13:32:56 -04:00
InputConfig.cpp Use only section-based ini reading. 2014-06-16 01:31:23 -04:00
InputConfig.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
stdafx.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
stdafx.h Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00