forked from eden-emu/eden
input_common: Implement SDL motion
This commit is contained in:
parent
a9c9d56a35
commit
b79310def9
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