diff options
Diffstat (limited to 'src/input_common/input_engine.h')
| -rw-r--r-- | src/input_common/input_engine.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input_common/input_engine.h b/src/input_common/input_engine.h index f44e0799b..f94b7669c 100644 --- a/src/input_common/input_engine.h +++ b/src/input_common/input_engine.h | |||
| @@ -157,6 +157,11 @@ public: | |||
| 157 | return 0; | 157 | return 0; |
| 158 | } | 158 | } |
| 159 | 159 | ||
| 160 | /// Returns true if axis of a stick aren't mapped in the correct direction | ||
| 161 | virtual bool IsStickInverted([[maybe_unused]] const Common::ParamPackage& params) { | ||
| 162 | return false; | ||
| 163 | } | ||
| 164 | |||
| 160 | void PreSetController(const PadIdentifier& identifier); | 165 | void PreSetController(const PadIdentifier& identifier); |
| 161 | void PreSetButton(const PadIdentifier& identifier, int button); | 166 | void PreSetButton(const PadIdentifier& identifier, int button); |
| 162 | void PreSetHatButton(const PadIdentifier& identifier, int button); | 167 | void PreSetHatButton(const PadIdentifier& identifier, int button); |