diff options
author | german77 <juangerman-13@hotmail.com> | 2021-10-19 00:12:24 -0500 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-24 20:30:24 -0600 |
commit | 601ac43495904f3f7666d79a800a8b4eda5a8461 (patch) | |
tree | 97e49cb22264ceb730ce51babbd3c2dc27d6b36f /src/common/input.h | |
parent | 4d308fd0b4fc8f14754c47811e751bf068b330b8 (diff) |
core/hid: Only signal when needed
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 3a28b77a7b..8871a9d078 100644 --- a/src/common/input.h +++ b/src/common/input.h @@ -30,6 +30,7 @@ enum class InputType { }; enum class BatteryLevel { + None, Empty, Critical, Low, |