summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
AgeCommit message (Expand)Author
2013-09-18[InputCommon] Fix a bug in ControllerInterface::UpdateOutput() in ControllerI...Lioncash
2013-09-11Fix "modifier" button functionality et al.Jordan Woyak
2013-07-22InputConfigDiag: Add a simple error status labelJasper St. Pierre
2013-07-20Add X11 XInput2 input plugin, including MPX and with support for axis controls.Max Eliaser
2013-06-25InputCommon: Add a new ExpressionParser to replace the old hack languageJasper St. Pierre
2013-06-25InputCommon: Split Device stuff outJasper St. Pierre
2013-04-14Merge branch 'Android-trash' since it is no longer quite so trashy.Ryan Houdek
2013-04-14Add a Androind ControllerInterface class for allowing input in a non-hacky wa...Ryan Houdek
2013-04-14Kill off dangling else's in the InputCommon project.Lioncash
2013-01-17Add support for the mouse cursor and mouse clicking events on OS X.Grant Paul
2013-01-17Start to make possible use of "full analog surface". (useful for triggers on ...Jordan Woyak
2011-12-12detect input at 55% to catch silly c-stick rangeJordan Woyak
2011-08-31Untested attempt to fix real gcpad sticks not being detected by the input con...Jordan Woyak
2011-03-22Fixed some memory leaks. Only one was mine ;PJordan Woyak
2011-03-14Fix DInput and SDL.Jordan Woyak
2011-03-14Clean up "ControllerInterface" a bit.Jordan Woyak
2011-03-07problem: TryAcquireSRWLockExclusive requires Windows 7 :/. solution kinda: us...Jordan Woyak
2011-03-05Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...Jordan Woyak
2011-01-30Guard against controller instances without any inputs.Soren Jorvang
2011-01-28Fix OS X build.Soren Jorvang
2010-10-19Made it easer to use mouse/keyboard and a gamepad together on the same emulat...Jordan Woyak
2010-10-12Moved WiimoteNew into Dolphin and eliminated the old wiimote plugin. Removed ...Jordan Woyak
2010-07-26Gecko codes: Added parenthesis where they were needed.(thanks to glennrics an...Jordan Woyak
2010-07-10GCPad/Wiimote New: Added a set defaults button to the config dialog. (gave ne...Jordan Woyak
2010-07-03New Wiimote Plugin: Added real wiimote support.(only tested on Windows, still...Jordan Woyak
2010-06-22GCPad/New Wiimote: Fixed issue 2848 (profiles not saving). Renamed DInput mou...Jordan Woyak
2010-06-21Windows/Linux/whatever build fix.XTra.KrazzY
2010-06-21GCPad/New Wiimote Plugin: Individual keyboard and mouse devices are now liste...Jordan Woyak
2010-06-12Made GCPadNew load the same defaults as old GCPad if GCPadNew.ini doesn't exi...Jordan Woyak
2010-06-06Made new Wiimote plugin not deinit SDL on shutdown. (Hacks, same thing old wi...Jordan Woyak
2010-06-05New GCPad/Wiimote: Enabled SDL 1.2 on the Windows build to support some gamep...Jordan Woyak
2010-06-02Fix some cases of variables being used uninitialized. Also some unusedSoren Jorvang
2010-04-25First OSX keyboard stuff...works, with limitations:\nNo Mouse support yet (Ad...Shawn Hoffman
2010-04-13Linux compile fix for billard's changes. nakeee
2010-04-13Commited my new wiimote plugin work so far. Some code was copied from the cur...Jordan Woyak