forked from dolphin-emu/dolphin
Add support for the mouse cursor and mouse clicking events on OS X.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user