keyboard: replace xkbcommon by kbvm
This commit is contained in:
parent
51ceba72b0
commit
541a7b5ebc
23 changed files with 532 additions and 738 deletions
|
|
@ -189,7 +189,8 @@ impl EiDeviceRequestHandler for EiDevice {
|
|||
seat.button_event(time, button, pressed);
|
||||
}
|
||||
while let Some((button, pressed)) = self.key_changes.pop() {
|
||||
seat.key_event_with_seat_state(time, button, pressed);
|
||||
let phy = seat.get_physical_keyboard(self.seat.keyboard_id, None);
|
||||
phy.phy_state.update(time, seat, button, pressed);
|
||||
}
|
||||
if let Some((x, y)) = self.relative_motion.take() {
|
||||
let x = Fixed::from_f32(x);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue