diff options
| author | 2021-11-14 10:45:07 -0600 | |
|---|---|---|
| committer | 2021-11-24 20:30:28 -0600 | |
| commit | bca299e8e0489867f7d4bbfd264e221e7e61ae1e (patch) | |
| tree | 312f145bfcaffa9b7ecc2710443fa3737bf379e4 /src/input_common/main.h | |
| parent | core/hid: Improve accuracy of the keyboard implementation (diff) | |
| download | yuzu-bca299e8e0489867f7d4bbfd264e221e7e61ae1e.tar.gz yuzu-bca299e8e0489867f7d4bbfd264e221e7e61ae1e.tar.xz yuzu-bca299e8e0489867f7d4bbfd264e221e7e61ae1e.zip | |
input_common: Allow keyboard to be backwards compatible
Diffstat (limited to 'src/input_common/main.h')
| -rw-r--r-- | src/input_common/main.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h index 9ea395465..a4a24d076 100644 --- a/src/input_common/main.h +++ b/src/input_common/main.h | |||
| @@ -134,9 +134,6 @@ private: | |||
| 134 | /// Generates a serialized param package for creating a keyboard button device. | 134 | /// Generates a serialized param package for creating a keyboard button device. |
| 135 | std::string GenerateKeyboardParam(int key_code); | 135 | std::string GenerateKeyboardParam(int key_code); |
| 136 | 136 | ||
| 137 | /// Generates a serialized param package for creating a moddifier keyboard button device. | ||
| 138 | std::string GenerateModdifierKeyboardParam(int key_code); | ||
| 139 | |||
| 140 | /// Generates a serialized param package for creating an analog device taking input from keyboard. | 137 | /// Generates a serialized param package for creating an analog device taking input from keyboard. |
| 141 | std::string GenerateAnalogParamFromKeys(int key_up, int key_down, int key_left, int key_right, | 138 | std::string GenerateAnalogParamFromKeys(int key_up, int key_down, int key_left, int key_right, |
| 142 | int key_modifier, float modifier_scale); | 139 | int key_modifier, float modifier_scale); |