Delete pynput from repo
This commit is contained in:
parent
9999e8864e
commit
37dbfcc86d
25 changed files with 16 additions and 618 deletions
|
|
@ -1106,8 +1106,6 @@ impl Handler {
|
|||
|
||||
if let Some(chars) = chars {
|
||||
for chr in chars {
|
||||
dbg!(chr);
|
||||
|
||||
let mut key_event = KeyEvent::new();
|
||||
key_event.set_chr(chr as _);
|
||||
key_event.down = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue