Fix Stuck Modifiers on Disconnection

This commit is contained in:
Elia Zammuto
2021-05-08 13:08:07 +02:00
parent a081a9f5c4
commit 71b214ca43
3 changed files with 10 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ namespace input {
struct input_t;
void print(void *input);
void reset();
void passthrough(std::shared_ptr<input_t> &input, std::vector<std::uint8_t> &&input_data);
void init();