add option to config

This commit is contained in:
Ferdinand Schober
2024-06-28 23:44:55 +02:00
parent 1db43c4751
commit c2fde88900
5 changed files with 17 additions and 7 deletions

View File

@@ -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;