1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-26 22:16:28 -05:00

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,