mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Refactor listening keyboard to support switching keyboard modes
This commit is contained in:
@@ -2,7 +2,7 @@ use self::winapi::ctypes::c_int;
|
||||
use self::winapi::shared::{basetsd::ULONG_PTR, minwindef::*, windef::*};
|
||||
use self::winapi::um::winbase::*;
|
||||
use self::winapi::um::winuser::*;
|
||||
use rdev::{simulate, EventType, EventType::*, Key as RdevKey, SimulateError};
|
||||
use rdev::{simulate, EventType, Key as RdevKey, SimulateError};
|
||||
use winapi;
|
||||
|
||||
use crate::win::keycodes::*;
|
||||
|
||||
Reference in New Issue
Block a user