mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-21 12:10:55 +03:00
start working on encryption
This commit is contained in:
committed by
Ferdinand Schober
parent
0d074e19f1
commit
79bc64e56e
6
src/plugin.rs
Normal file
6
src/plugin.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use input_capture::CaptureEvent;
|
||||
|
||||
struct PluginManager {
|
||||
capture_hook: Vec<Box<dyn Fn(CaptureEvent)>>,
|
||||
capture_transform: Vec<Box<dyn Fn(CaptureEvent) -> CaptureEvent>>,
|
||||
}
|
||||
Reference in New Issue
Block a user