mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 20:41:28 +03:00
refactor: keyboard of client
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#[cfg(not(any(target_os = "ios")))]
|
||||
/// cbindgen:ignore
|
||||
pub mod platform;
|
||||
mod keyboard;
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
pub use platform::{get_cursor, get_cursor_data, get_cursor_pos, start_os_service};
|
||||
#[cfg(not(any(target_os = "ios")))]
|
||||
|
||||
Reference in New Issue
Block a user