split into input-{event,capture,emulation}

This commit is contained in:
Ferdinand Schober
2024-07-02 20:16:52 +02:00
committed by Ferdinand Schober
parent 7b511bb97d
commit 4db2d37f32
34 changed files with 400 additions and 167 deletions

View File

@@ -7,7 +7,8 @@ use tokio::{
task::JoinHandle,
};
use crate::{event::Event, frontend::FrontendEvent};
use crate::frontend::FrontendEvent;
use input_event::Event;
use super::Server;