diff options
| author | 2021-11-21 14:12:01 -0600 | |
|---|---|---|
| committer | 2021-11-24 20:30:28 -0600 | |
| commit | 746c85b56011b87afb57e37b75953435389fc810 (patch) | |
| tree | 32d31216be1450b5fbe9897e15829ff9bc1f1e7c /src/input_common/drivers/mouse.h | |
| parent | input_common: Fix SDL controller with inverted axis (diff) | |
| download | yuzu-746c85b56011b87afb57e37b75953435389fc810.tar.gz yuzu-746c85b56011b87afb57e37b75953435389fc810.tar.xz yuzu-746c85b56011b87afb57e37b75953435389fc810.zip | |
input_common: Move button names to the frontend
Diffstat (limited to 'src/input_common/drivers/mouse.h')
| -rw-r--r-- | src/input_common/drivers/mouse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/drivers/mouse.h b/src/input_common/drivers/mouse.h index 11dd76e14..4a1fd2fd9 100644 --- a/src/input_common/drivers/mouse.h +++ b/src/input_common/drivers/mouse.h | |||
| @@ -63,7 +63,7 @@ public: | |||
| 63 | 63 | ||
| 64 | std::vector<Common::ParamPackage> GetInputDevices() const override; | 64 | std::vector<Common::ParamPackage> GetInputDevices() const override; |
| 65 | AnalogMapping GetAnalogMappingForDevice(const Common::ParamPackage& params) override; | 65 | AnalogMapping GetAnalogMappingForDevice(const Common::ParamPackage& params) override; |
| 66 | std::string GetUIName(const Common::ParamPackage& params) const override; | 66 | Common::Input::ButtonNames GetUIName(const Common::ParamPackage& params) const override; |
| 67 | 67 | ||
| 68 | private: | 68 | private: |
| 69 | void UpdateThread(std::stop_token stop_token); | 69 | void UpdateThread(std::stop_token stop_token); |