diff options
Diffstat (limited to 'src/input_common/main.h')
| -rw-r--r-- | src/input_common/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h index 1207d786c..d64a6cb4c 100644 --- a/src/input_common/main.h +++ b/src/input_common/main.h | |||
| @@ -132,7 +132,7 @@ public: | |||
| 132 | /// Retrieves the motion mappings for the given device. | 132 | /// Retrieves the motion mappings for the given device. |
| 133 | [[nodiscard]] MotionMapping GetMotionMappingForDevice(const Common::ParamPackage& device) const; | 133 | [[nodiscard]] MotionMapping GetMotionMappingForDevice(const Common::ParamPackage& device) const; |
| 134 | 134 | ||
| 135 | /// Returns an enum contaning the name to be displayed from the input engine. | 135 | /// Returns an enum containing the name to be displayed from the input engine. |
| 136 | [[nodiscard]] Common::Input::ButtonNames GetButtonName( | 136 | [[nodiscard]] Common::Input::ButtonNames GetButtonName( |
| 137 | const Common::ParamPackage& params) const; | 137 | const Common::ParamPackage& params) const; |
| 138 | 138 | ||