summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
diff options
context:
space:
mode:
authorGrant Paul <git@grantpaul.com>2013-01-17 23:32:07 -0800
committerGrant Paul <git@grantpaul.com>2013-01-17 23:32:07 -0800
commit2f28d938cf640390cd8979c6104f3dbe8795e1e6 (patch)
tree7de56725fd6510649b872393ea624d501aff4999 /Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
parent69b1da915f276eab89a0b4ef1a5aaf0eff6c2e5a (diff)
Add support for the mouse cursor and mouse clicking events on OS X.
Diffstat (limited to 'Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp')
-rw-r--r--Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
index e6877f5731..8e96231674 100644
--- a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
+++ b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
@@ -45,7 +45,7 @@ void ControllerInterface::Initialize()
ciface::Xlib::Init(m_devices, m_hwnd);
#endif
#ifdef CIFACE_USE_OSX
- ciface::OSX::Init(m_devices);
+ ciface::OSX::Init(m_devices, m_hwnd);
#endif
#ifdef CIFACE_USE_SDL
ciface::SDL::Init(m_devices);