mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-28 23:50:55 +03:00
add option to config
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
use crate::capture::error::MacOSInputCaptureCreationError;
|
||||
use crate::capture::InputCapture;
|
||||
use crate::client::{ClientEvent, ClientHandle};
|
||||
use crate::event::Event;
|
||||
@@ -5,7 +6,6 @@ use anyhow::Result;
|
||||
use futures_core::Stream;
|
||||
use std::task::{Context, Poll};
|
||||
use std::{io, pin::Pin};
|
||||
use crate::capture::error::MacOSInputCaptureCreationError;
|
||||
|
||||
pub struct MacOSInputCapture;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user