File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,10 @@ class DefaultRemapper final : public GamepadRemapper {
100
100
numButtons = aButtonCount;
101
101
}
102
102
103
+ virtual GamepadMappingType GetMappingType () const override {
104
+ return GamepadMappingType::_empty;
105
+ }
106
+
103
107
virtual void RemapAxisMoveEvent (uint32_t aIndex, uint32_t aAxis,
104
108
double aValue) const override {
105
109
RefPtr<GamepadPlatformService> service =
@@ -362,10 +366,6 @@ class Dualshock4Remapper final : public GamepadRemapper {
362
366
return DUALSHOCK_BUTTON_COUNT;
363
367
}
364
368
365
- virtual GamepadMappingType GetMappingType () const override {
366
- return GamepadMappingType::_empty;
367
- }
368
-
369
369
virtual void RemapAxisMoveEvent (uint32_t aIndex, uint32_t aAxis,
370
370
double aValue) const override {
371
371
RefPtr<GamepadPlatformService> service =
You can’t perform that action at this time.
0 commit comments