feat(pointing): Release pressed keys on disconnect (#3204)

Match the behavior for key press release on split peripheral disconnect,
and track pressed input keys to release them as needed on disconnect.
This commit is contained in:
Pete Johanson
2026-01-14 11:17:43 -07:00
committed by GitHub
parent 88db5f34fe
commit 24487bd974
7 changed files with 82 additions and 3 deletions

View File

@@ -21,6 +21,7 @@
, <INPUT_EV_REL INPUT_REL_Y 100 1>
, <INPUT_EV_REL INPUT_REL_X 40 0>
, <INPUT_EV_REL INPUT_REL_Y 50 1>
, <INPUT_EV_KEY INPUT_BTN_1 1 1>
;
exit-after;
};