seat: implement key repeat
This commit is contained in:
parent
0e1be7544f
commit
4b4f05d153
10 changed files with 153 additions and 19 deletions
|
|
@ -59,6 +59,7 @@ impl EiKeyboard {
|
|||
state: match state {
|
||||
KeyState::Released => 0,
|
||||
KeyState::Pressed => 1,
|
||||
KeyState::Repeated => return,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue