Do not sync led, when Control, Shift, Alt, Tab, Enter are pressed

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-04-08 15:35:10 +08:00
parent f45f731cce
commit 4a8d61ac09
3 changed files with 37 additions and 20 deletions

View File

@@ -1,3 +1,5 @@
#[cfg(not(debug_assertions))]
#[cfg(not(any(target_os = "android", target_os = "ios")))]
use crate::platform::breakdown_callback;
use hbb_common::log;
#[cfg(not(debug_assertions))]