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:
parent
88db5f34fe
commit
24487bd974
7 changed files with 82 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue