mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-24 21:50:57 +03:00
fix windows/mac + rename async_drop to terminate
This commit is contained in:
@@ -62,7 +62,7 @@ async fn input_capture_test(config: Config) -> Result<()> {
|
||||
break;
|
||||
}
|
||||
}
|
||||
input_capture.take().unwrap().async_drop().await.unwrap();
|
||||
input_capture.take().unwrap().terminate().await.unwrap();
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user