diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2022-05-23 11:33:34 -0500 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2022-05-23 12:25:02 -0500 |
commit | bf948b57903a55b562287347129ec718154b5f82 (patch) | |
tree | 452677f5ec79e8dcef0a9c6f12c8fb928b5bfa0c /src/common/input.h | |
parent | 4eb7f6c04473e3f90e2622ee00b822febe1ccef9 (diff) |
input_common: Make vibration request async
Diffstat (limited to 'src/common/input.h')
-rw-r--r-- | src/common/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/input.h b/src/common/input.h index 54fcb24b04..bb42aaacc0 100644 --- a/src/common/input.h +++ b/src/common/input.h @@ -72,6 +72,7 @@ enum class PollingError { enum class VibrationAmplificationType { Linear, Exponential, + Test, }; // Analog properties for calibration |