mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 23:11:29 +03:00
@@ -8,8 +8,6 @@ use hbb_common::{config::COMPRESS_LEVEL, get_time, protobuf::EnumOrUnknown};
|
|||||||
use rdev::{self, EventType, Key as RdevKey, KeyCode, RawKey};
|
use rdev::{self, EventType, Key as RdevKey, KeyCode, RawKey};
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
use rdev::{CGEventSourceStateID, CGEventTapLocation, VirtualInput};
|
use rdev::{CGEventSourceStateID, CGEventTapLocation, VirtualInput};
|
||||||
#[cfg(any(target_os = "windows", target_os = "linux"))]
|
|
||||||
use std::collections::HashSet;
|
|
||||||
use std::{
|
use std::{
|
||||||
convert::TryFrom,
|
convert::TryFrom,
|
||||||
ops::Sub,
|
ops::Sub,
|
||||||
|
|||||||
Reference in New Issue
Block a user