seat: implement key repeat
This commit is contained in:
parent
0e1be7544f
commit
4b4f05d153
10 changed files with 153 additions and 19 deletions
|
|
@ -46,6 +46,7 @@ impl TestVirtualKeyboard {
|
|||
let state = match state {
|
||||
KeyState::Released => wl_keyboard::RELEASED,
|
||||
KeyState::Pressed => wl_keyboard::PRESSED,
|
||||
KeyState::Repeated => wl_keyboard::REPEATED,
|
||||
};
|
||||
self.tran.send(Key {
|
||||
self_id: self.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue