mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-30 00:20:55 +03:00
fix windows/mac + rename async_drop to terminate
This commit is contained in:
@@ -107,7 +107,7 @@ pub trait InputCapture:
|
||||
async fn release(&mut self) -> io::Result<()>;
|
||||
|
||||
/// destroy the input acpture
|
||||
async fn async_drop(&mut self) -> Result<(), CaptureError>;
|
||||
async fn terminate(&mut self) -> Result<(), CaptureError>;
|
||||
}
|
||||
|
||||
pub async fn create_backend(
|
||||
|
||||
Reference in New Issue
Block a user