ControllerInterface: Move DInput ForceFeedback support to a seperate class

This commit is contained in:
Jules Blok
2014-02-05 19:28:32 +09:00
parent 249b00c469
commit 02a95c139e
7 changed files with 314 additions and 247 deletions

View File

@ -12,7 +12,8 @@ if(WIN32)
ControllerInterface/DInput/DInputJoystick.cpp
ControllerInterface/DInput/DInputKeyboardMouse.cpp
ControllerInterface/SDL/SDL.cpp
ControllerInterface/XInput/XInput.cpp)
ControllerInterface/XInput/XInput.cpp
ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp)
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(SRCS ${SRCS}
ControllerInterface/OSX/OSX.mm