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