mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-02 04:31:29 +03:00
move lan-mouse protocol to separate crate (#178)
This commit is contained in:
committed by
GitHub
parent
fe06ca1fae
commit
19c2c4327f
@@ -213,7 +213,6 @@ impl<'a> Emulation for LibeiEmulation<'a> {
|
||||
d.frame(self.serial.load(Ordering::SeqCst), now);
|
||||
}
|
||||
}
|
||||
PointerEvent::Frame {} => {}
|
||||
},
|
||||
Event::Keyboard(k) => match k {
|
||||
KeyboardEvent::Key {
|
||||
@@ -235,7 +234,6 @@ impl<'a> Emulation for LibeiEmulation<'a> {
|
||||
}
|
||||
KeyboardEvent::Modifiers { .. } => {}
|
||||
},
|
||||
_ => {}
|
||||
}
|
||||
self.context
|
||||
.flush()
|
||||
|
||||
Reference in New Issue
Block a user