New Wiimote Plugin: Moved Linux cursor position code into ControllerInterface/Xlib...
commit957dadb0d2bb94518964ba5a18ce31f65de65627
authorBilliard26 <Billiard26@8ced0084-cf51-0410-be5f-012b33b47a6e>
Fri, 16 Jul 2010 03:43:11 +0000 (16 03:43 +0000)
committerBilliard26 <Billiard26@8ced0084-cf51-0410-be5f-012b33b47a6e>
Fri, 16 Jul 2010 03:43:11 +0000 (16 03:43 +0000)
tree3c28207c489deaba878a21af935fce19c62cebf2
parent1b48918be127f34bb043566cce847b8f739b617f
New Wiimote Plugin: Moved Linux cursor position code into ControllerInterface/Xlib. (absolute cursor position can be mapped to something other than IR camera) (code fixed by Glennrics) Put the UDP Wiimote dialog's Update Buttons,Update IR,Update Nunchuk... checkboxes in an "Update" group box. Fixed some Linux config dialog problems. (thanks Glennrics again) Some other minor cleanup in ControllerInterface. (changed some std::string/stringstream to char[] where possible) Removed a warning in DX11 plugin.

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5880 8ced0084-cf51-0410-be5f-012b33b47a6e
15 files changed:
Source/Core/Core/Src/Core.cpp
Source/Core/DolphinWX/Src/FrameTools.cpp
Source/Core/InputCommon/Src/ControllerEmu.cpp
Source/Core/InputCommon/Src/ControllerEmu.h
Source/Core/InputCommon/Src/ControllerInterface/DInput/DInputJoystick.cpp
Source/Core/InputCommon/Src/ControllerInterface/DInput/DInputKeyboardMouse.cpp
Source/Core/InputCommon/Src/ControllerInterface/SDL/SDL.cpp
Source/Core/InputCommon/Src/ControllerInterface/XInput/XInput.cpp
Source/Core/InputCommon/Src/ControllerInterface/Xlib/Xlib.cpp
Source/Core/InputCommon/Src/ControllerInterface/Xlib/Xlib.h
Source/Core/InputCommon/Src/UDPWrapper.cpp
Source/Core/InputUICommon/Src/ConfigDiag.cpp
Source/Plugins/Plugin_VideoDX11/Src/D3DBase.cpp
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/WiimoteEmu.cpp
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteNew.cpp