mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-30 12:23:19 +03:00
fix emulation notify
This commit is contained in:
@@ -76,6 +76,7 @@ pub trait InputEmulation: Send {
|
||||
) -> Result<(), EmulationError>;
|
||||
async fn create(&mut self, handle: EmulationHandle);
|
||||
async fn destroy(&mut self, handle: EmulationHandle);
|
||||
async fn terminate(&mut self);
|
||||
}
|
||||
|
||||
pub async fn create_backend(
|
||||
|
||||
Reference in New Issue
Block a user