mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-09 00:11:27 +03:00
fix windows/mac + rename async_drop to terminate
This commit is contained in:
@@ -585,7 +585,7 @@ impl InputCapture for WaylandInputCapture {
|
||||
inner.flush_events()
|
||||
}
|
||||
|
||||
async fn async_drop(&mut self) -> Result<(), CaptureError> {
|
||||
async fn terminate(&mut self) -> Result<(), CaptureError> {
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user