Add support for Mouse Events
This commit is contained in:
parent
87bc923f0a
commit
8d7d074933
4 changed files with 404 additions and 130 deletions
|
|
@ -32,6 +32,7 @@ use tokio::sync::mpsc;
|
|||
|
||||
use config::{AppTheme, Config, CONFIG_VERSION};
|
||||
mod config;
|
||||
mod mouse_reporter;
|
||||
|
||||
use icon_cache::IconCache;
|
||||
mod icon_cache;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue