mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-20 05:53:19 +03:00
fix formatting
This commit is contained in:
@@ -3,9 +3,7 @@ use crate::consumer::EventConsumer;
|
|||||||
use crate::event::{Event, KeyboardEvent, PointerEvent};
|
use crate::event::{Event, KeyboardEvent, PointerEvent};
|
||||||
use anyhow::{anyhow, Result};
|
use anyhow::{anyhow, Result};
|
||||||
use async_trait::async_trait;
|
use async_trait::async_trait;
|
||||||
use core_graphics::display::{
|
use core_graphics::display::{CGDisplayBounds, CGMainDisplayID, CGPoint};
|
||||||
CGDisplayBounds, CGMainDisplayID, CGPoint,
|
|
||||||
};
|
|
||||||
use core_graphics::event::{
|
use core_graphics::event::{
|
||||||
CGEvent, CGEventTapLocation, CGEventType, CGMouseButton, EventField, ScrollEventUnit,
|
CGEvent, CGEventTapLocation, CGEventType, CGMouseButton, EventField, ScrollEventUnit,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user