BACKENDS: Drop native game joystick support in replacement for emulated from core events backend.

This commit is contained in:
Pawel Kolodziejski 2020-10-03 17:13:54 +02:00
parent fc0638a4db
commit e9839c31e2
16 changed files with 9 additions and 668 deletions

View file

@ -206,14 +206,7 @@ public:
* The engine will need to read the actual resolution used by the
* backend using OSystem::getWidth and OSystem::getHeight.
*/
kSupportsArbitraryResolutions, // ResidualVM specific
/**
* Engine must receive joystick events because the game uses them.
* For engines which have not this feature, joystick events are converted
* to mouse events.
*/
kSupportsJoystick // ResidualVM specific
kSupportsArbitraryResolutions // ResidualVM specific
};