diff options
Diffstat (limited to 'src/input_common/main.cpp')
| -rw-r--r-- | src/input_common/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input_common/main.cpp b/src/input_common/main.cpp index 3d97d95f7..d32fd8b81 100644 --- a/src/input_common/main.cpp +++ b/src/input_common/main.cpp | |||
| @@ -196,6 +196,10 @@ ButtonMapping InputSubsystem::GetButtonMappingForDevice(const Common::ParamPacka | |||
| 196 | return impl->GetButtonMappingForDevice(device); | 196 | return impl->GetButtonMappingForDevice(device); |
| 197 | } | 197 | } |
| 198 | 198 | ||
| 199 | MotionMapping InputSubsystem::GetMotionMappingForDevice(const Common::ParamPackage& device) const { | ||
| 200 | return impl->GetMotionMappingForDevice(device); | ||
| 201 | } | ||
| 202 | |||
| 199 | GCAnalogFactory* InputSubsystem::GetGCAnalogs() { | 203 | GCAnalogFactory* InputSubsystem::GetGCAnalogs() { |
| 200 | return impl->gcanalog.get(); | 204 | return impl->gcanalog.get(); |
| 201 | } | 205 | } |