summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/ControllerInterface/OSX
AgeCommit message (Expand)Author
2011-06-15Apply the simple NULL-checking patch from issue 4311.DimitriPilot3
2011-03-14Clean up "ControllerInterface" a bit.Jordan Woyak
2011-02-27PS3 controllers have some input elements with very large value fieldsSoren Jorvang
2011-02-03Fix the CMake build.Soren Jorvang
2011-01-30Guard against controller instances without any inputs.Soren Jorvang
2011-01-30Enumerate identically named input devices.Soren Jorvang
2011-01-28Fix OS X build.Soren Jorvang
2011-01-27Various minor fixes to allow building with clang on OS X.Soren Jorvang
2011-01-16Deal with "hat" switches.Soren Jorvang
2011-01-15HID reports can use negative numbers.Soren Jorvang
2011-01-14Accept arbitrary HID devices as gamepads instead of using SDL,Soren Jorvang
2010-11-13Simplify OpenCL compile-time detection on OS X.Soren Jorvang
2010-10-19Made it easer to use mouse/keyboard and a gamepad together on the same emulat...Jordan Woyak
2010-06-26The ControllerInterface API has the notion of an "id" which is presumablySoren Jorvang
2010-06-21OSX build fixj4ck.fr0st
2010-06-21GCPad/New Wiimote Plugin: Individual keyboard and mouse devices are now liste...Jordan Woyak
2010-06-02Fix some cases of variables being used uninitialized. Also some unusedSoren Jorvang
2010-05-26Exceptions are not allowed.Soren Jorvang
2010-04-27osx input: remove some debug code...Shawn Hoffman
2010-04-27osx input: scale mouse axes more nicelyShawn Hoffman
2010-04-27osx input: now supports mice(buttons + axes). also less crashes :pShawn Hoffman
2010-04-27osx keyboard: add pretty names for keys.Shawn Hoffman
2010-04-25cleanup some osx keyboard code...still can't get mouse or hid transactions to...Shawn Hoffman
2010-04-25oops, don't need ~KeyboardMouse() anymore...Shawn Hoffman
2010-04-25First OSX keyboard stuff...works, with limitations:\nNo Mouse support yet (Ad...Shawn Hoffman
2010-04-13Commited my new wiimote plugin work so far. Some code was copied from the cur...Jordan Woyak