fix press/release single meta key

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-04-05 13:51:59 +08:00
parent a1cbd9238c
commit 2c25be346c
2 changed files with 32 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
/// cbindgen:ignore
pub mod platform;
mod keyboard;
pub use keyboard::keycode_to_rdev_key;
#[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")))]