forked from eden-emu/eden
input_common: Implement SDL motion
This commit is contained in:
parent
904584e4ba
commit
f20f4587e6
5 changed files with 167 additions and 3 deletions
|
@ -37,6 +37,9 @@ public:
|
|||
virtual AnalogMapping GetAnalogMappingForDevice(const Common::ParamPackage&) {
|
||||
return {};
|
||||
}
|
||||
virtual MotionMapping GetMotionMappingForDevice(const Common::ParamPackage&) {
|
||||
return {};
|
||||
}
|
||||
};
|
||||
|
||||
class NullState : public State {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue