New Wiimote Plugin: Added real wiimote support.(only tested on Windows, still a few...
commit454cab5f412cf5d657b03ea4171fa2730d87a84c
authorBilliard26 <Billiard26@8ced0084-cf51-0410-be5f-012b33b47a6e>
Sat, 3 Jul 2010 08:04:10 +0000 (3 08:04 +0000)
committerBilliard26 <Billiard26@8ced0084-cf51-0410-be5f-012b33b47a6e>
Sat, 3 Jul 2010 08:04:10 +0000 (3 08:04 +0000)
tree901602ec2072c01804e2bcbfe309b33e3f3ae6ed
parentb86b8493b9bffe1d43cd4a57ea5bd20b41c83843
New Wiimote Plugin: Added real wiimote support.(only tested on Windows, still a few probs: after refresh alt+F{5..8} x2 is needed) New Wiimote/GCPad: Re-merged Keyboard+Mouse for easier kb+mouse configuration, like before.(DirectInput doesn't support individual kb/mice anymore like I thought it did) Fixed some bugs and maybe leaks in GUI.(got rid of evil dynamic_cast) Renamed stuff from DirectInput to DInput, cause it's shorter and rhymes with XInput, I guess. (I remembered eol-style native, shuffle lost his job :P)

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5822 8ced0084-cf51-0410-be5f-012b33b47a6e
25 files changed:
Source/Core/InputCommon/InputCommon.vcproj
Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
Source/Core/InputCommon/Src/ControllerInterface/DInput/DInput.cpp [moved from Source/Core/InputCommon/Src/ControllerInterface/DirectInput/DirectInput.cpp with 77% similarity]
Source/Core/InputCommon/Src/ControllerInterface/DInput/DInput.h [moved from Source/Core/InputCommon/Src/ControllerInterface/DirectInput/DirectInput.h with 84% similarity]
Source/Core/InputCommon/Src/ControllerInterface/DInput/DInputJoystick.cpp [moved from Source/Core/InputCommon/Src/ControllerInterface/DirectInput/DirectInputJoystick.cpp with 99% similarity]
Source/Core/InputCommon/Src/ControllerInterface/DInput/DInputJoystick.h [moved from Source/Core/InputCommon/Src/ControllerInterface/DirectInput/DirectInputJoystick.h with 96% similarity]
Source/Core/InputCommon/Src/ControllerInterface/DInput/DInputKeyboardMouse.cpp [new file with mode: 0644]
Source/Core/InputCommon/Src/ControllerInterface/DInput/DInputKeyboardMouse.h [new file with mode: 0644]
Source/Core/InputCommon/Src/ControllerInterface/DInput/NamedKeys.h [moved from Source/Core/InputCommon/Src/ControllerInterface/DirectInput/NamedKeys.h with 100% similarity]
Source/Core/InputCommon/Src/ControllerInterface/DirectInput/DirectInputKeyboard.cpp [deleted file]
Source/Core/InputCommon/Src/ControllerInterface/DirectInput/DirectInputKeyboard.h [deleted file]
Source/Core/InputCommon/Src/ControllerInterface/DirectInput/DirectInputMouse.cpp [deleted file]
Source/Core/InputCommon/Src/ControllerInterface/DirectInput/DirectInputMouse.h [deleted file]
Source/Core/InputCommon/Src/InputConfig.cpp
Source/Core/InputUICommon/Src/ConfigDiag.cpp
Source/Core/InputUICommon/Src/ConfigDiag.h
Source/Plugins/Plugin_Wiimote/Plugin_Wiimote.vcproj
Source/Plugins/Plugin_WiimoteNew/Plugin_WiimoteNew.vcproj
Source/Plugins/Plugin_WiimoteNew/Src/SConscript
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteConfigDiag.cpp [new file with mode: 0644]
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteConfigDiag.h [new file with mode: 0644]
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteNew.cpp
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteReal/WiimoteReal.cpp [new file with mode: 0644]
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteReal/WiimoteReal.h [new file with mode: 0644]