mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-29 23:13:19 +03:00
fix emulation notify
This commit is contained in:
@@ -26,4 +26,7 @@ impl InputEmulation for DummyEmulation {
|
||||
}
|
||||
async fn create(&mut self, _: EmulationHandle) {}
|
||||
async fn destroy(&mut self, _: EmulationHandle) {}
|
||||
async fn terminate(&mut self) {
|
||||
/* nothing to do */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user