mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
IOS: Support keyboard as hardware input so that controls can be mapped by default
This commit is contained in:
parent
fae99fc976
commit
30b121f4e9
@ -226,6 +226,8 @@ Common::HardwareInputSet *OSystem_iOS7::getHardwareInputSet() {
|
||||
inputSet->addHardwareInputSet(new JoystickHardwareInputSet(defaultJoystickButtons, defaultJoystickAxes));
|
||||
}
|
||||
|
||||
inputSet->addHardwareInputSet(new KeyboardHardwareInputSet(defaultKeys, defaultModifiers));
|
||||
|
||||
return inputSet;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user