mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Depreciate old OSX Keyboard and Mouse
This commit is contained in:
parent
5aed9a67ef
commit
0df4f7db4f
5 changed files with 2 additions and 370 deletions
|
@ -136,8 +136,7 @@ bool InputConfig::IsControllerControlledByGamepadDevice(int index) const
|
|||
const auto& controller = m_controllers.at(index).get()->default_device;
|
||||
|
||||
// Filter out anything which obviously not a gamepad
|
||||
return !((controller.source == "Keyboard") // OSX IOKit Keyboard/Mouse
|
||||
|| (controller.source == "Quartz") // OSX Quartz Keyboard/Mouse
|
||||
return !((controller.source == "Quartz") // OSX Quartz Keyboard/Mouse
|
||||
|| (controller.source == "XInput2") // Linux and BSD Keyboard/Mouse
|
||||
|| (controller.source == "Android" &&
|
||||
controller.name == "Touchscreen") // Android Touchscreen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue