core/hid: Only signal when needed

This commit is contained in:
german77 2021-10-19 00:12:24 -05:00 committed by Narr the Reg
parent 4d308fd0b4
commit 601ac43495
11 changed files with 242 additions and 155 deletions

View file

@ -30,6 +30,7 @@ enum class InputType {
};
enum class BatteryLevel {
None,
Empty,
Critical,
Low,