mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
comment untested android key code
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
98d0335607
commit
f3d71024ed
1 changed files with 3 additions and 3 deletions
|
|
@ -691,9 +691,9 @@ fn sim_rdev_rawkey(code: u32, down_or_up: bool) {
|
|||
let rawkey = RawKey::ScanCode(code);
|
||||
#[cfg(target_os = "linux")]
|
||||
let rawkey = RawKey::LinuxXorgKeycode(code);
|
||||
// to-do: test android
|
||||
#[cfg(target_os = "android")]
|
||||
let rawkey = RawKey::LinuxConsoleKeycode(code);
|
||||
// // to-do: test android
|
||||
// #[cfg(target_os = "android")]
|
||||
// let rawkey = RawKey::LinuxConsoleKeycode(code);
|
||||
#[cfg(target_os = "macos")]
|
||||
let rawkey = RawKey::MacVirtualKeycode(code);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue