mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
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